Skip to content

Commit

Permalink
trigger by large amt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Feb 17, 2024
1 parent 0c167c3 commit b54e256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_ica.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def generated_tx_txt(msg_num):
def submit_msgs(msg_num, t=no_timeout, gas="200000"):
num_txs = len(cli_host.query_all_txs(ica_address)["txs"])
# submit transaction on host chain on behalf of interchain account
timeout_duration = f"{t}ns" if t < no_timeout else f"{no_timeout}s"
timeout_duration = f"{t}s" if t < no_timeout else f"{no_timeout}s"
rsp = cli_controller.icaauth_submit_tx(
connid,
generated_tx_txt(msg_num),
Expand Down

0 comments on commit b54e256

Please sign in to comment.