File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ pub async fn wait_for_l1_message_queue_index_reached(
134134 nodes : & [ & NamedProvider ] ,
135135 expected_index : u64 ,
136136) -> Result < ( ) > {
137- let timeout_duration = Duration :: from_secs ( 60 ) ;
137+ let timeout_duration = Duration :: from_secs ( 120 ) ;
138138 let timeout_secs = timeout_duration. as_secs ( ) ;
139139
140140 tracing:: info!(
@@ -198,7 +198,7 @@ pub async fn wait_for_l1_message_queue_index_reached(
198198/// * `Ok(())` if all nodes reach the target block within the timeout
199199/// * `Err` if timeout is reached or any provider call fails
200200pub async fn wait_for_block ( nodes : & [ & NamedProvider ] , target_block : u64 ) -> Result < ( ) > {
201- let timeout_duration = Duration :: from_secs ( 60 ) ;
201+ let timeout_duration = Duration :: from_secs ( 120 ) ;
202202 let timeout_secs = timeout_duration. as_secs ( ) ;
203203
204204 tracing:: info!(
You can’t perform that action at this time.
0 commit comments