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

This commit is contained in:
Paul 2022-03-16 20:14:25 -04:00 committed by GitHub
parent 0cb2896627
commit 565e9567b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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