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 committed Nov 14, 2024
1 parent 8790f4e commit 1ec6635
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 @@ -33,7 +33,7 @@ export default defineConfig({
: [["html"], ["list"]],
expect: { timeout: 5000 },
maxFailures: 10,
timeout: 30000,
timeout: 35 * 1000,
use: {
baseURL: env.BASE_URL || "",
trace: env.CI ? "on-all-retries" : "on",
Expand Down

0 comments on commit 1ec6635

Please sign in to comment.