use own timeout in tests instead of smol-timeout (#1618)

This commit is contained in:
Fedor Sakharov
2020-08-20 20:27:09 +03:00
committed by GitHub
parent d2c4e0cc8e
commit cc19f13468
7 changed files with 50 additions and 23 deletions
@@ -24,6 +24,5 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
parking_lot = "0.11.0"
maplit = "1.0.2"
smol = "0.3.3"
smol-timeout = "0.1.0"
env_logger = "0.7.1"
assert_matches = "1.3.0"