Update maximum test time-out

This commit is contained in:
Nikolaj Geisle
2022-10-17 14:53:41 +02:00
parent e8456e36b2
commit 8f70276cf7

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.