Skip to content

Commit

Permalink
fix: Changed testTimeout for darkroom to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Joery-M committed Apr 22, 2024
1 parent fc817cf commit 6934fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/darkroom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"build:vite": "vite build",
"build:tsc": "tsc --emitDeclarationOnly",
"test": "vitest",
"test-firefox": "vitest -c ./vitest.config.firefox.ts",
"test-firefox": "vitest -c ./vitest.config.firefox.ts --test-timeout=10000",
"test:run": "vitest run --ui false",
"test:run-firefox": "vitest run --ui false -c ./vitest.config.firefox.ts",
"test:run-firefox": "vitest run --ui false -c ./vitest.config.firefox.ts --test-timeout=10000",
"postinstall": "playwright install"
},
"dependencies": {
Expand Down

0 comments on commit 6934fea

Please sign in to comment.