提交 a6520d81 编写于 作者: K Kohsuke Kawaguchi

avoid a hang

上级 82ded4d6
......@@ -1457,6 +1457,10 @@ public abstract class HudsonTestCase extends TestCase implements RootAction {
public void contextReleased(Context cx) {
}
});
// avoid a hang by setting a time out. It should be long enough to prevent
// false-positive timeout on slow systems
setTimeout(60*1000);
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册