File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,22 +47,22 @@ impl<T: TestCase> TestCaseRunner<T> {
47
47
48
48
if let Some ( sequencer) = & f. sequencer {
49
49
sequencer
50
- . wait_for_ready ( Some ( Duration :: from_secs ( 5 ) ) )
50
+ . wait_for_ready ( Some ( Duration :: from_secs ( 10 ) ) )
51
51
. await ?;
52
52
}
53
53
if let Some ( batch_prover) = & f. batch_prover {
54
54
batch_prover
55
- . wait_for_ready ( Some ( Duration :: from_secs ( 5 ) ) )
55
+ . wait_for_ready ( Some ( Duration :: from_secs ( 10 ) ) )
56
56
. await ?;
57
57
}
58
58
if let Some ( light_client_prover) = & f. light_client_prover {
59
59
light_client_prover
60
- . wait_for_ready ( Some ( Duration :: from_secs ( 5 ) ) )
60
+ . wait_for_ready ( Some ( Duration :: from_secs ( 10 ) ) )
61
61
. await ?;
62
62
}
63
63
if let Some ( full_node) = & f. full_node {
64
64
full_node
65
- . wait_for_ready ( Some ( Duration :: from_secs ( 5 ) ) )
65
+ . wait_for_ready ( Some ( Duration :: from_secs ( 10 ) ) )
66
66
. await ?;
67
67
}
68
68
You can’t perform that action at this time.
0 commit comments