File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
relayer/crates/starknet-integration-tests/src/tests Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -298,6 +298,8 @@ fn test_starknet_light_client() -> Result<(), Error> {
298
298
. send_target_update_client_messages ( DestinationTarget , & starknet_status. height )
299
299
. await ?;
300
300
301
+ runtime. sleep ( Duration :: from_secs ( 2 ) ) . await ;
302
+
301
303
let consensus_state = cosmos_chain
302
304
. query_consensus_state (
303
305
PhantomData :: < StarknetChain > ,
@@ -329,6 +331,8 @@ fn test_starknet_light_client() -> Result<(), Error> {
329
331
. send_target_update_client_messages ( SourceTarget , & cosmos_status. height )
330
332
. await ?;
331
333
334
+ runtime. sleep ( Duration :: from_secs ( 2 ) ) . await ;
335
+
332
336
let consensus_state = starknet_chain
333
337
. query_consensus_state (
334
338
PhantomData :: < CosmosChain > ,
You can’t perform that action at this time.
0 commit comments