fix race in sync tests (#2259)

This commit is contained in:
Svyatoslav Nikolsky
2019-04-12 10:32:00 +03:00
committed by Bastian Köcher
parent 7f59cdb900
commit 5725e25448
10 changed files with 316 additions and 241 deletions
@@ -20,3 +20,7 @@ parity-codec = { version = "3.3", features = ["derive"] }
[dev-dependencies]
test_client = { package = "substrate-test-client", path = "../../test-client" }
[features]
default = []
test-helpers = []