Browse Source

tests: fix flaky validator-clone test by increasing startup_wait (#1634)

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

+ 3 - 0
tests/validator-clone/Anchor.toml

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