Update maximum test time-out

This commit is contained in:
Nikolaj Geisle
2022-10-17 14:53:41 +02:00
parent 8440f57de8
commit 3a196382f9

View File

@@ -10,7 +10,7 @@ dotenv.config();
const config: PlaywrightTestConfig = {
testDir: './tests/',
/* Maximum time one test can run for. */
timeout: 30 * 1000,
timeout: 120 * 1000,
expect: {
/**
* Maximum time expect() should wait for the condition to be met.