Browse Source

tests: increase validator-clone startup time (#1635)

Paul 3 years ago
parent
commit
565e9567b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/validator-clone/Anchor.toml

+ 1 - 1
tests/validator-clone/Anchor.toml

@@ -14,7 +14,7 @@ wallet = "~/.config/solana/id.json"
 test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
 
 [test]
-startup_wait = 10000
+startup_wait = 20000
 
 [test.validator]
 url = "https://api.mainnet-beta.solana.com"