提交 9d9a5bf3 编写于 作者: C Christoph Kutzinski

Test sometimes times out here under load, so give it some more time

上级 0943a3aa
......@@ -58,7 +58,7 @@ public class NodeCanTakeTaskTest extends HudsonTestCase {
// First, attempt to run our project before adding the property
Future<FreeStyleBuild> build = project.scheduleBuild2(0);
assertBuildStatus(Result.SUCCESS, build.get(10, TimeUnit.SECONDS));
assertBuildStatus(Result.SUCCESS, build.get(20, TimeUnit.SECONDS));
// Add the build-blocker property and try again
slave.getNodeProperties().add(new RejectAllTasksProperty());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册