From d4741d78e5b0fbb5af063bd8a3d3ede202c05c0e Mon Sep 17 00:00:00 2001 From: Matthew Griffin Date: Mon, 17 Jun 2024 11:51:39 +0100 Subject: [PATCH] Add a shorter timeout for server startup --- playwright/tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playwright/tests/conftest.py b/playwright/tests/conftest.py index 66a3c25a..8af17bb6 100644 --- a/playwright/tests/conftest.py +++ b/playwright/tests/conftest.py @@ -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)