Skip to content

Commit

Permalink
Bump test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Aug 25, 2023
1 parent 3962b69 commit 5b66a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/subsystem-test-helpers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ pub fn subsystem_test_harness<M, OverseerFactory, Overseer, TestFactory, Test>(

futures::executor::block_on(async move {
future::join(overseer, test)
.timeout(Duration::from_secs(5))
.timeout(Duration::from_secs(10))
.await
.expect("test timed out instead of completing")
});
Expand Down

0 comments on commit 5b66a53

Please sign in to comment.