Skip to content

Commit

Permalink
#4 Increase timeout for test and component for better test stability.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Rösch authored and Christian Rösch committed Jun 23, 2014
1 parent b5dad85 commit dac1d1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public void should_Find_Visible_JOptionPane_By_Type() {
@Test
public void should_Find_Visible_JOptionPane_By_Type_With_Timeout() {
robot.showWindow(window);
launchOptionPane(200);
JOptionPaneFixture optionPane = launcher.optionPane(timeout(300));
launchOptionPane(2000);
JOptionPaneFixture optionPane = launcher.optionPane(timeout(3000));
assertThat(optionPane.target()).isNotNull();
}

Expand Down

0 comments on commit dac1d1e

Please sign in to comment.