Skip to content

Commit c9bfa60

Browse files
authored
Fix: [AEA-0000] - increase job timeout (#397)
## Summary - Routine Change ### Details - increase job timeout
1 parent a03c2e0 commit c9bfa60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_regression_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def get_upload_result_job(auth_header, workflow_id):
172172

173173

174174
def check_job(auth_header, workflow_id):
175-
max_attempts = 360 # this is about an hour
175+
max_attempts = 720 # this is about 2 hours
176176
current_attempt = 0
177177

178178
print("Checking job status, please wait...")

0 commit comments

Comments
 (0)