Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Set Playwright action timeout for quicker failures
Thomas Scholtes committed 2 years ago
commit e172aac1af65a97ee9e15c603538540ed02b7308
parent b979862b08d27e091545724095c3f4c027a2a91d
1 file changed +1 -1
modified playwright.config.ts
@@ -16,7 +16,7 @@ const config: PlaywrightTestConfig = {
  reporter: "list",
  globalSetup: "./tests/support/globalSetup",
  use: {
-
    actionTimeout: 0,
+
    actionTimeout: 5000,
    baseURL: "http://localhost:3001",
    trace: "retain-on-failure",
  },