Increase http timeout for tests
This commit is contained in:
parent
bf33a81436
commit
401570ad3a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user