Skip to content

Commit

Permalink
🎀 Increase global single test timeout 🎀 (#5236)
Browse files Browse the repository at this point in the history
* Increase global single test timeout

* add changeset
  • Loading branch information
michalina-graczyk authored Nov 6, 2024
1 parent 5b6ed8c commit 1cc29a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cuddly-spiders-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Increase global single test timeout to avoid false neagtive test results
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineConfig({
: [["html"], ["list"]],
expect: { timeout: 10 * 1000 },
maxFailures: 10,
timeout: 30 * 1000,
timeout: 35 * 1000,
use: {
baseURL: env.BASE_URL || "",
trace: env.CI ? "retain-on-failure" : "on",
Expand Down

0 comments on commit 1cc29a0

Please sign in to comment.