mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-30 09:48:47 -04:00
Increase Playwright expect timeout to 60 seconds for longer wait conditions.
This commit is contained in:
@@ -65,6 +65,6 @@ export default defineConfig({
|
||||
],
|
||||
timeout: 120000,
|
||||
expect: {
|
||||
timeout: 20000,
|
||||
timeout: 60000,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user