Reset maximum timeout to 30s

This commit is contained in:
Nikolaj Geisle
2022-10-17 15:27:26 +02:00
parent 3a196382f9
commit c42e6d616c

View File

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