Skip to content

Commit

Permalink
Change timeout height from 100 blocks to to 20 blocks (#435)
Browse files Browse the repository at this point in the history
change timeout height from 100 blocks to  to 20 blocks
  • Loading branch information
RustNinja authored Oct 3, 2023
1 parent 44b0502 commit 2a8ed31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperspace/testsuite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ async fn send_packet_and_assert_height_timeout<A, B>(
chain_b,
asset_a,
channel_id,
Some(Timeout::Offset { timestamp: Some(120 * 60), height: Some(100) }),
Some(Timeout::Offset { timestamp: Some(120 * 60), height: Some(20) }),
)
.await;

Expand Down

0 comments on commit 2a8ed31

Please sign in to comment.