Skip to content

Commit

Permalink
missed increasing test timeout in retest script
Browse files Browse the repository at this point in the history
  • Loading branch information
pbennett committed Sep 19, 2024
1 parent 82a08ac commit 87e6b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"noalgobuild": "pnpm run compile-contract -- --skip-algod && pnpm run generate-client",
"build": "pnpm run compile-contract && pnpm run generate-client",
"test": "pnpm run build && vitest --run --test-timeout=120000",
"retest": "vitest --run",
"retest": "vitest --run --test-timeout=120000",
"localnet": "algokit localnet start --name master --config-dir ./localnet_config",
"lint": "eslint . --ext ts --max-warnings 0",
"lint:fix": "eslint . --ext ts --max-warnings 0 --fix",
Expand Down

0 comments on commit 87e6b56

Please sign in to comment.