Skip to content

Commit

Permalink
Up timeout to 20s because 3s wasn't enough on slow machines
Browse files Browse the repository at this point in the history
  • Loading branch information
jfuerth committed Dec 7, 2011
1 parent ea76924 commit b215d86
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -43,9 +43,9 @@ public void run() {
}
});

// This call tells GWT's test runner to wait 3000ms after the test returns.
// This call tells GWT's test runner to wait 20 seconds after the test returns.
// We need this delay to give the HelloMessage time to come back from the server.
delayTestFinish(3000);
delayTestFinish(20000);
}

public void testButtonClickUpdatesLabel() throws Exception {
Expand Down

0 comments on commit b215d86

Please sign in to comment.