Skip to content

Commit

Permalink
fix(tests): increase timeouts
Browse files Browse the repository at this point in the history
Signed-off-by: Yorgos Saslis <[email protected]>
  • Loading branch information
gsaslis committed Jan 16, 2024
1 parent af2b0d9 commit cd8e81f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void initialiseRadicleProject(final RemoteRobot remoteRobot) {
var sharedSteps = new ReusableSteps(remoteRobot);
sharedSteps.importProjectFromVCS(tmpDir);

final IdeaFrame idea = remoteRobot.find(IdeaFrame.class, ofSeconds(60));
final IdeaFrame idea = remoteRobot.find(IdeaFrame.class, ofMinutes(5));
waitFor(ofMinutes(5), () -> !idea.isDumbMode());
waitFor(ofMinutes(5), () -> idea.getProjectViewTree().hasText(".cargo"));

Expand Down

0 comments on commit cd8e81f

Please sign in to comment.