Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/anchor-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Solana/Anchor/Rust/Node/Yarn
- name: Install dependencies
run: |
curl --proto '=https' --tlsv1.2 -sSfL https://solana-install.solana.workers.dev | bash
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
Expand Down
4 changes: 2 additions & 2 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ wallet = "~/.config/solana/id.json"
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 --exit tests/**/*.ts"

[test]
startup_wait = 5000
shutdown_wait = 2000
startup_wait = 60000
shutdown_wait = 5000
upgradeable = false

[[test.genesis]]
Expand Down
Loading