We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa94fd commit 91b329cCopy full SHA for 91b329c
node/testing/src/scenarios/solo_node/bootstrap.rs
@@ -42,7 +42,7 @@ impl SoloNodeBootstrap {
42
pub async fn run(self, mut runner: ClusterRunner<'_>) {
43
use self::TransitionFrontierSyncState::*;
44
45
- const TIMEOUT: Duration = Duration::from_secs(60 * 40);
+ const TIMEOUT: Duration = Duration::from_secs(60 * 60);
46
47
let replayer = hosts::replayer();
48
0 commit comments