Skip to content

Commit

Permalink
Add a shorter timeout for server startup
Browse files Browse the repository at this point in the history
  • Loading branch information
mgriffin-scottlogic committed Jun 17, 2024
1 parent 58d2f7a commit d4741d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playwright/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class Starter(ProcessStarter):

terminate_on_interrupt = True

timeout = 20

# ensure process is running and return its logfile
logfile = xprocess.ensure("estimator", Starter)

Expand Down

0 comments on commit d4741d7

Please sign in to comment.