Fix RPC tests for machines with a high number of cores (#6021)

This commit is contained in:
Bastian Köcher
2020-05-14 11:08:39 +02:00
committed by GitHub
parent 05fac811b2
commit 73389df860
7 changed files with 102 additions and 78 deletions
+1
View File
@@ -46,3 +46,4 @@ sp-io = { version = "2.0.0-dev", path = "../../primitives/io" }
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
tokio = "0.1.22"
sc-transaction-pool = { version = "2.0.0-dev", path = "../transaction-pool" }
lazy_static = "1.4.0"