Add timeout for local cluster partition tests (#16123)

* Add timeout for local cluster partition tests

* fix optimistic conf test logs

* Bump instruction count assertions
This commit is contained in:
Justin Starry
2021-03-26 03:27:07 +08:00
committed by GitHub
parent 07273bfa9e
commit e817a6db00
6 changed files with 84 additions and 72 deletions

View File

@@ -16,6 +16,7 @@ gag = "0.1.10"
fs_extra = "1.2.0"
log = "0.4.11"
rand = "0.7.0"
rayon = "1.5.0"
solana-config-program = { path = "../programs/config", version = "=1.7.0" }
solana-core = { path = "../core", version = "=1.7.0" }
solana-client = { path = "../client", version = "=1.7.0" }