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

This commit is contained in:
Paul 2022-03-16 19:34:33 -04:00 committed by GitHub
parent 94b0fec714
commit 0cb2896627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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"