未验证 提交 7d16a1ba 编写于 作者: B Brian J. Murrell 提交者: GitHub

Allow an interrupted test 60s to clean up

When a test is interrupted, there is no reason it should get only 1 second to do it's
cleanup when we otherwise give a test 10 seconds to clean up if it just dies.

Fixes: 2908
Signed-off-by: NBrian J. Murrell <brian@interlinx.bc.ca>
上级 26e41c59
......@@ -41,7 +41,7 @@ from .output import LOG_UI as APP_LOG
from .output import LOG_JOB as TEST_LOG
#: when test was interrupted (ctrl+c/timeout)
TIMEOUT_TEST_INTERRUPTED = 1
TIMEOUT_TEST_INTERRUPTED = 60
#: when the process died but the status was not yet delivered
TIMEOUT_PROCESS_DIED = 10
#: when test reported status but the process did not finish
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册