Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bump sleep from 10 to 30s (#4613)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
  • Loading branch information
sandreim committed Dec 27, 2021
1 parent d8bd492 commit d7846bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/metrics/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit d7846bb

Please sign in to comment.