mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-07-18 08:05:41 +00:00
Increase the wait duration of kurtosis
This commit is contained in:
@@ -279,7 +279,7 @@ impl LighthouseGethNode {
|
|||||||
.stderr(stderr);
|
.stderr(stderr);
|
||||||
},
|
},
|
||||||
ProcessReadinessWaitBehavior::TimeBoundedWaitFunction {
|
ProcessReadinessWaitBehavior::TimeBoundedWaitFunction {
|
||||||
max_wait_duration: Duration::from_secs(5 * 60),
|
max_wait_duration: Duration::from_secs(15 * 60),
|
||||||
check_function: Box::new(|stdout, stderr| {
|
check_function: Box::new(|stdout, stderr| {
|
||||||
for line in [stdout, stderr].iter().flatten() {
|
for line in [stdout, stderr].iter().flatten() {
|
||||||
if line.to_lowercase().contains("error encountered") {
|
if line.to_lowercase().contains("error encountered") {
|
||||||
|
|||||||
Reference in New Issue
Block a user