Bump sleep from 10 to 30s (#4613)

Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
This commit is contained in:
sandreim
2021-12-27 19:44:42 +02:00
committed by GitHub
parent 4d76878759
commit 979fa1f5ab
+1 -1
View File
@@ -43,7 +43,7 @@ fn runtime_can_publish_metrics() {
.expect("failed to start the node process");
// Enough time to author one block.
thread::sleep(Duration::from_secs(10));
thread::sleep(Duration::from_secs(30));
let runtime = tokio::runtime::Runtime::new().expect("failed to create tokio runtime");