提交 d353959d 编写于 作者: L Lukáš Doktor

selftests: Increase the test_job_timeout selftest timeout

The current 2s sleep is too-time-sensitive for travis from time to
time. Let's increase the test's sleep to 10s.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 a47887bf
......@@ -26,7 +26,7 @@ from avocado import Test
class Dummy(Test):
def test00sleep(self):
time.sleep(2)
time.sleep(10)
def test01pass(self):
pass
def test02pass(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册