mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
increase timeout
This commit is contained in:
@@ -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: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user