Skip to content

Commit 8ce3816

Browse files
chore: update job timeout to 15 min test_jobs.py
1 parent 73d730d commit 8ce3816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_delete_job(self):
4242
def test_update_job(self):
4343
self.update_entity_test()
4444

45-
def _wait_for_job_to_finish(self, id_, timeout=600):
45+
def _wait_for_job_to_finish(self, id_, timeout=900):
4646
end = time.time() + timeout
4747
while time.time() < end:
4848
job = self.endpoints.get(id_)

0 commit comments

Comments
 (0)