Skip to content

Commit dac1d1e

Browse files
Christian RöschChristian Rösch
authored andcommitted
#4 Increase timeout for test and component for better test stability.
1 parent b5dad85 commit dac1d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_optionPane_Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public void should_Find_Visible_JOptionPane_By_Type() {
5454
@Test
5555
public void should_Find_Visible_JOptionPane_By_Type_With_Timeout() {
5656
robot.showWindow(window);
57-
launchOptionPane(200);
58-
JOptionPaneFixture optionPane = launcher.optionPane(timeout(300));
57+
launchOptionPane(2000);
58+
JOptionPaneFixture optionPane = launcher.optionPane(timeout(3000));
5959
assertThat(optionPane.target()).isNotNull();
6060
}
6161

0 commit comments

Comments
 (0)