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:
wearrrrr 2024-11-09 15:07:05 -06:00
parent 65786541ba
commit db7cbd8982

View file

@ -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",
},