Skip to content

Commit

Permalink
Add selenium test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Oct 16, 2024
1 parent 6df6be8 commit 686a216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions page_perf_timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@ def run_workflow(self):
)
input_1_select.click()
workflow_wait = 18000 # 5 hours
elif self.workflow_name == "Selenium_test_5":
workflow_wait = 14400 # 5 hours
else:
raise Exception(f"Workflow name not in known list: {self.workflow_name}")

Expand Down

0 comments on commit 686a216

Please sign in to comment.