Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pbennett committed Sep 19, 2024
1 parent d7c6892 commit 82a08ac
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 @@ -8,7 +8,7 @@
"generate-components": "algokit-generate-component contracts/artifacts/validatorRegistry.arc32.json contracts/artifacts/components",
"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": "pnpm run build && vitest --run --test-timeout=120000",
"retest": "vitest --run",
"localnet": "algokit localnet start --name master --config-dir ./localnet_config",
"lint": "eslint . --ext ts --max-warnings 0",
Expand Down

0 comments on commit 82a08ac

Please sign in to comment.