bump runtime test allow to half an hour
This commit is contained in:
parent
6f557d0aef
commit
d4c1dc2bf2
@ -19,7 +19,7 @@ class TestRuntimeFile(unittest.TestCase):
|
||||
def test_runtime_result(self):
|
||||
self.assertTrue(os.path.exists(SUCCESS_FILE))
|
||||
with open(SUCCESS_FILE, 'r') as result_file:
|
||||
self.assertLess(math.floor(time.time()) - int(result_file.read()), 600)
|
||||
self.assertLess(math.floor(time.time()) - int(result_file.read()), 1800)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user