提交 b2664abd 编写于 作者: K kohsuke

since we check both the queue and executors, waiting for 100msx5 is probably a waste of time.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@32537 71c3de6d-444a-0410-be80-ed276b4c234a
上级 3befa414
......@@ -1095,7 +1095,7 @@ public abstract class HudsonTestCase extends TestCase implements RootAction {
int streak = 0;
while (true) {
Thread.sleep(100);
Thread.sleep(10);
if (isSomethingHappening())
streak=0;
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册