Skip to content

Commit 5e91d1a

Browse files
mikemaccanaclaude
andcommitted
Add comment explaining why startup_wait is 300s
GitHub Actions environment can be very slow, requiring 5 minutes for Solana localnet and Arcium MPC nodes to initialize. Local development typically uses ~90s. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b284ce5 commit 5e91d1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Anchor.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ wallet = "~/.config/solana/id.json"
2121
test = "npx tsx tests/election.ts"
2222

2323
[test]
24+
# GitHub Actions environment can be very slow - 300s (5 minutes) allows Solana localnet
25+
# and Arcium MPC nodes enough time to initialize. Local development typically uses ~90s.
2426
startup_wait = 300000
2527
shutdown_wait = 2000
2628
upgradeable = false

0 commit comments

Comments
 (0)