Skip to content

Commit

Permalink
Increase workflow 7 timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Oct 29, 2024
1 parent c9a207e commit c75507d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion page_perf_timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,10 @@ def run_workflow(self):
)
input_1_select.click()
workflow_wait = 18000 # 5 hours
elif self.workflow_name == "Selenium_test_5" or self.workflow_name == "Selenium_test_7":
elif self.workflow_name == "Selenium_test_5":
workflow_wait = 21600 # 6 hours
elif self.workflow_name == "Selenium_test_7":
workflow_wait = 36000 # 10 hours
else:
raise Exception(f"Workflow name not in known list: {self.workflow_name}")

Expand Down

0 comments on commit c75507d

Please sign in to comment.