Skip to content

Commit 91b329c

Browse files
committed
Node/solo-node-bootstrap: increase timeout at 60 minutes
1 parent 6fa94fd commit 91b329c

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
@@ -42,7 +42,7 @@ impl SoloNodeBootstrap {
4242
pub async fn run(self, mut runner: ClusterRunner<'_>) {
4343
use self::TransitionFrontierSyncState::*;
4444

45-
const TIMEOUT: Duration = Duration::from_secs(60 * 40);
45+
const TIMEOUT: Duration = Duration::from_secs(60 * 60);
4646

4747
let replayer = hosts::replayer();
4848

0 commit comments

Comments
 (0)