Skip to content

Commit 3c8b298

Browse files
committed
chore(package.json): increase the default timeout for E2E tests in the test:e2e script
1 parent 7345544 commit 3c8b298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"link-all": "for dir in packages/*/; do echo \"Linking in $dir\"; (cd \"$dir\" && bun link) || { echo \"ERROR: Failed to link in $dir\"; exit 1; }; done",
2525
"unlink-all": "for dir in packages/*/; do echo \"Unlinking in $dir\"; (cd \"$dir\" && bun unlink) || { echo \"ERROR: Failed to unlink in $dir\"; exit 1; }; done",
2626
"auth-services": "cd packages/auth-services && bun run start",
27-
"test:e2e": "bun test ./e2e/src/e2e.spec.ts -t",
27+
"test:e2e": "bun test ./e2e/src/e2e.spec.ts --timeout 50000000 -t ",
2828
"artillery:init": "bun run ./e2e/artillery/src/init.ts",
2929
"artillery:balance-status": "LOG_LEVEL=silent bun run ./e2e/artillery/src/balance-status.ts",
3030
"artillery:pkp-sign": "DEBUG_HTTP=true LOG_LEVEL=silent dotenvx run --env-file=.env -- sh -c 'artillery run ./e2e/artillery/configs/pkp-sign.yml ${ARTILLERY_KEY:+--record --key $ARTILLERY_KEY}'",

0 commit comments

Comments
 (0)