Skip to content

Commit

Permalink
[FIXED JENKINS-15426] Run animal-sniffer:check by default (-DskipTest…
Browse files Browse the repository at this point in the history
…s suppresses).

Originally-Committed-As: 918cf8dfcae97204bc173ce8f92f4eeaa89ef247
  • Loading branch information
jglick committed Oct 17, 2012
1 parent f205ded commit a184a03
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ public boolean dispatch(Runnable job) {
}

public void join() throws InterruptedException {
while(!es.awaitTermination(999, TimeUnit.DAYS))
while(!es.awaitTermination(999 * 60 * 60 * 24, TimeUnit.SECONDS))
;
}

Expand Down

0 comments on commit a184a03

Please sign in to comment.