File tree Expand file tree Collapse file tree
pda-mint-authority/anchor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
2222# The validator tests need Metaplex Token Metadata cloned from mainnet.
2323# startup_wait is high because cloning from mainnet is slow in CI.
2424[test ]
25- startup_wait = 120000
25+ startup_wait = 300000
2626shutdown_wait = 2000
2727upgradeable = false
2828
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
2323# The validator tests need Metaplex Token Metadata cloned from mainnet.
2424# startup_wait is high because cloning from mainnet is slow in CI.
2525[test ]
26- startup_wait = 120000
26+ startup_wait = 300000
2727shutdown_wait = 2000
2828upgradeable = false
2929
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ wallet = "~/.config/solana/id.json"
2222# The validator tests need Metaplex Token Metadata cloned from mainnet.
2323# startup_wait is high because cloning from mainnet is slow in CI.
2424[test ]
25- startup_wait = 120000
25+ startup_wait = 300000
2626
2727[scripts ]
2828test = " pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
2222# The validator tests need Metaplex Token Metadata cloned from mainnet.
2323# startup_wait is high because cloning from mainnet is slow in CI.
2424[test ]
25- startup_wait = 120000
25+ startup_wait = 300000
2626shutdown_wait = 2000
2727upgradeable = false
2828
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
2222# The validator tests need Metaplex Token Metadata cloned from mainnet.
2323# startup_wait is high because cloning from mainnet is slow in CI.
2424[test ]
25- startup_wait = 120000
25+ startup_wait = 300000
2626shutdown_wait = 2000
2727upgradeable = false
2828
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ wallet = "~/.config/solana/id.json"
1919test = " pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
2020
2121# Tests use the real local validator (not bankrun) because transfer-hook
22- # tests need the actual validator runtime. startup_wait is 180s because the
22+ # tests need the actual validator runtime. startup_wait is 300s (5 min) because the
2323# validator clones programs from devnet which can be very slow in CI
24- # (120s hit the timeout exactly ).
24+ # (shorter timeouts hit the limit in CI ).
2525[test ]
26- startup_wait = 180000
26+ startup_wait = 300000
2727shutdown_wait = 2000
2828upgradeable = false
2929
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ cluster = "Localnet"
1616wallet = " ~/.config/solana/id.json"
1717
1818# Tests use the real local validator (not bankrun) because transfer-hook
19- # tests need the actual validator runtime. startup_wait is 180s because the
19+ # tests need the actual validator runtime. startup_wait is 300s (5 min) because the
2020# validator clones programs from devnet which can be very slow in CI
21- # (120s wasn't enough — hit timeout exactly ).
21+ # (shorter timeouts hit the limit in CI ).
2222[test ]
23- startup_wait = 180000
23+ startup_wait = 300000
2424
2525[scripts ]
2626test = " pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
2222# (test.ts). The validator tests need Metaplex Token Metadata cloned from
2323# mainnet. startup_wait is high because cloning from mainnet is slow in CI.
2424[test ]
25- startup_wait = 120000
25+ startup_wait = 300000
2626shutdown_wait = 2000
2727upgradeable = false
2828
You can’t perform that action at this time.
0 commit comments