mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
increase timeout
This commit is contained in:
parent
affa492ce3
commit
da623d4d34
@ -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: {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user