Skip to content

Commit

Permalink
update timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Nov 28, 2023
1 parent 97a27cd commit 1b5bf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/playwright/test_ux.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _create_new_environment(page, screenshot=False):
# ensure new filename in case this test is run multiple times
new_env_name = f'test_env_{random.randint(0, 100000)}'
# set timeout for building the environment
time_to_build_env = 2 * 60 * 1000 # 2 minutes in milliseconds
time_to_build_env = 5 * 60 * 1000 # 2 minutes in milliseconds

# Create the new environment
# click the + to create a new env
Expand Down

0 comments on commit 1b5bf8b

Please sign in to comment.