Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-41842] Change sleep for waitUntilNoActivity.
  • Loading branch information
Evaristo Gutiérrez committed Feb 9, 2017
1 parent 4b84078 commit f8eb6a3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -176,7 +176,7 @@ public void runByTrigger() throws Exception {
s.addTrigger(t);
t.run();

Thread.sleep(2000);
r.waitUntilNoActivity();

s.assertItemNames(1);
}
Expand Down

0 comments on commit f8eb6a3

Please sign in to comment.