Skip to content

Commit

Permalink
Fix CI attempt 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jgur-psyops committed Sep 24, 2024
1 parent 2f1e1ca commit 1c1d22d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skip-lint = false
# liquidity_incentive_program = "Lip1111111111111111111111111111111111111111"
marginfi = "2jGhuVUuy3umdzByFx8sNWUAaf5vaeuDm78RDPEnhrMr"
mocks = "5XaaR94jBubdbrRrNW7DtRvZeWvLhSHkEGU3jHTEXV3C"
spl_single_pool = "SVSPxpvHdN29nkVg9rPapPNDddN5DipNLRUFhyjFThE" # cloned from solana-labs repo (see below)
spl_single_pool = "SVSPxpvHdN29nkVg9rPapPNDddN5DipNLRUFhyjFThE" # cloned from solana-labs repo (see below)

[programs.mainnet]
liquidity_incentive_program = "LipsxuAkFkwa4RKNzn51wAsW7Dedzt1RNHMkTkDEZUW"
Expand All @@ -27,11 +27,11 @@ wallet = "~/.config/solana/id.json"
[scripts]
test = "RUST_LOG= yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/*.spec.ts --exit --require tests/rootHooks.ts"

# Staking Collatizer only
# Staked collateral tests only
# test = "RUST_LOG= yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/s*.spec.ts --exit --require tests/rootHooks.ts"

[test]
startup_wait = 120000
startup_wait = 240000
shutdown_wait = 2000
upgradeable = false

Expand Down

0 comments on commit 1c1d22d

Please sign in to comment.