increase timeout

This commit is contained in:
Simon Larsen 2024-06-14 10:00:03 +01:00
parent affa492ce3
commit da623d4d34
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -12,7 +12,7 @@ import { defineConfig, devices } from '@playwright/test';
export default defineConfig({
testDir: './Tests',
/* Maximum time one test can run for. */
timeout: 30 * 1000,
timeout: 120 * 1000,
// globalTimeout: 600 * 1000,
expect: {
/**