diff --git a/node/testing/src/scenarios/solo_node/bootstrap.rs b/node/testing/src/scenarios/solo_node/bootstrap.rs index d1a4833e7..b6cb9211d 100644 --- a/node/testing/src/scenarios/solo_node/bootstrap.rs +++ b/node/testing/src/scenarios/solo_node/bootstrap.rs @@ -42,7 +42,7 @@ impl SoloNodeBootstrap { pub async fn run(self, mut runner: ClusterRunner<'_>) { use self::TransitionFrontierSyncState::*; - const TIMEOUT: Duration = Duration::from_secs(60 * 40); + const TIMEOUT: Duration = Duration::from_secs(60 * 60); let replayer = hosts::replayer();