Skip to content

Commit

Permalink
Bump sleep from 10 to 30s (paritytech#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 authored and Wizdave97 committed Feb 3, 2022
1 parent 3b28983 commit e79856f
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 e79856f

Please sign in to comment.