Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
Increased the timout to 60s while waiting for mesos cluster to start …
Browse files Browse the repository at this point in the history
…properly
  • Loading branch information
floriangrundig committed Jul 30, 2015
1 parent 481d280 commit 2655d14
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ public Boolean call() throws Exception {
public void waitFor() {

await()
.atMost(20, TimeUnit.SECONDS)
.atMost(60, TimeUnit.SECONDS)
.pollInterval(1, TimeUnit.SECONDS)
.until(this, is(true));

Expand Down

0 comments on commit 2655d14

Please sign in to comment.