bump runtime test allow to half an hour

This commit is contained in:
Kevin Froman 2020-01-29 23:08:18 -06:00
parent 6f557d0aef
commit d4c1dc2bf2
1 changed files with 1 additions and 1 deletions

View File

@ -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)