mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 15:40:02 -04:00
bump actionTimeout to 10k ms, should make testing more reliable for slower internet, but we might just set this to a really high number if it keeps being an issue.
This commit is contained in:
parent
65786541ba
commit
db7cbd8982
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export default defineConfig({
|
|||
use: {
|
||||
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
||||
trace: "on-first-retry",
|
||||
actionTimeout: 5000,
|
||||
actionTimeout: 10000,
|
||||
baseURL: "http://localhost:1337",
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue