Increase http timeout for tests

This commit is contained in:
Kuba Orlik 2025-08-07 19:01:27 +02:00
parent bf33a81436
commit 401570ad3a

View File

@ -142,7 +142,7 @@ export const test = base.extend<TestFixtures>({
}); });
}); });
await waitForHttpPort({ port, timeout: 10000 }); await waitForHttpPort({ port, timeout: 20000 });
await use({ url: `http://${app_host}:${port}`, env }); await use({ url: `http://${app_host}:${port}`, env });
triggerKillswitch(killswitch_port); triggerKillswitch(killswitch_port);
await onEndPromise; await onEndPromise;