mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 19:03:27 +03:00
Bump expect timeout and add retries for dashboard E2E tests (#8939)
- Fix flaky dashboard E2E tests that occur because of timeouts # Important Notes None
This commit is contained in:
parent
06f18864f4
commit
8bfdf0063a
@ -13,8 +13,10 @@ export default test.defineConfig({
|
|||||||
fullyParallel: true,
|
fullyParallel: true,
|
||||||
forbidOnly: true,
|
forbidOnly: true,
|
||||||
workers: 1,
|
workers: 1,
|
||||||
|
retries: 2,
|
||||||
expect: {
|
expect: {
|
||||||
toHaveScreenshot: { threshold: 0 },
|
toHaveScreenshot: { threshold: 0 },
|
||||||
|
timeout: 30_000,
|
||||||
},
|
},
|
||||||
use: {
|
use: {
|
||||||
baseURL: 'http://localhost:8080',
|
baseURL: 'http://localhost:8080',
|
||||||
|
Loading…
Reference in New Issue
Block a user