mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-12 14:41:06 +00:00
Increase substrate's timeout
This commit is contained in:
@@ -218,7 +218,7 @@ impl SubstrateNode {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
ProcessReadinessWaitBehavior::TimeBoundedWaitFunction {
|
ProcessReadinessWaitBehavior::TimeBoundedWaitFunction {
|
||||||
max_wait_duration: Duration::from_secs(30),
|
max_wait_duration: Duration::from_secs(90),
|
||||||
check_function: Box::new(|_, stderr_line| match stderr_line {
|
check_function: Box::new(|_, stderr_line| match stderr_line {
|
||||||
Some(line) => Ok(line.contains(Self::SUBSTRATE_READY_MARKER)),
|
Some(line) => Ok(line.contains(Self::SUBSTRATE_READY_MARKER)),
|
||||||
None => Ok(false),
|
None => Ok(false),
|
||||||
|
|||||||
Reference in New Issue
Block a user