Skip to content

Commit

Permalink
seriously - we need to wait 5 sec before the window is closed?
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Jan 5, 2024
1 parent 7e6efcf commit ea4a71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-integration/studio/ui/EditorTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ protected boolean isMatching(StudioWindow f) {
public boolean test() {
return !execute(newFrameFixture.target()::isVisible);
}
}, Timeout.timeout(1, TimeUnit.SECONDS));
}, Timeout.timeout(5, TimeUnit.SECONDS));
}
}

0 comments on commit ea4a71a

Please sign in to comment.