提交 f81af786 编写于 作者: J Jesse Glick 提交者: GitHub

Merge pull request #3055 from jglick/QueueTest.shouldBeAbleToBlockFlyweightTaskAtTheLastMinute

Try to avoid test hangs
...@@ -862,6 +862,7 @@ public class QueueTest { ...@@ -862,6 +862,7 @@ public class QueueTest {
enteredTheQueue = true; enteredTheQueue = true;
} }
} }
Thread.sleep(10);
} }
//let's wait for the upstream project to actually start so that we're sure the Queue has been updated //let's wait for the upstream project to actually start so that we're sure the Queue has been updated
//when the upstream starts the downstream has already left the buildable queue and the queue is empty //when the upstream starts the downstream has already left the buildable queue and the queue is empty
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册