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 130290b commit e288f06Copy full SHA for e288f06
node/testing/src/scenarios/solo_node/bootstrap.rs
@@ -23,7 +23,7 @@ impl SoloNodeBootstrap {
23
pub async fn run(self, mut runner: ClusterRunner<'_>) {
24
use self::TransitionFrontierSyncState::*;
25
26
- const TIMEOUT: Duration = Duration::from_secs(60 * 40);
+ const TIMEOUT: Duration = Duration::from_secs(60 * 5);
27
28
let replayer = hosts::replayer();
29
0 commit comments