Skip to content

Commit e288f06

Browse files
committed
tmp: lower solo-node bootstrap test scenario timeout
1 parent 130290b commit e288f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/testing/src/scenarios/solo_node/bootstrap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ impl SoloNodeBootstrap {
2323
pub async fn run(self, mut runner: ClusterRunner<'_>) {
2424
use self::TransitionFrontierSyncState::*;
2525

26-
const TIMEOUT: Duration = Duration::from_secs(60 * 40);
26+
const TIMEOUT: Duration = Duration::from_secs(60 * 5);
2727

2828
let replayer = hosts::replayer();
2929

0 commit comments

Comments
 (0)