Skip to content

Commit

Permalink
Try increasing the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Feb 2, 2024
1 parent c4cb924 commit 58d6a5f
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 @@ -89,7 +89,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 # 5 minutes in milliseconds

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

0 comments on commit 58d6a5f

Please sign in to comment.