Skip to content

Commit 3008504

Browse files
committed
increase timeout duration
1 parent b0b6abd commit 3008504

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

interchaintest/txs_auth_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ func TestTxAuthSignModesAndOrdering(t *testing.T) {
6666
sender.FormattedAddress(),
6767
toUser.FormattedAddress(),
6868
amount.String(),
69-
"--gas", "auto",
70-
"--sign-mode", signMode,
69+
"--gas=auto",
70+
fmt.Sprintf("--sign-mode=%s", signMode),
7171
}
7272
if unordered {
73-
cmd = append(cmd, "--unordered", "--timeout-duration=10s")
73+
cmd = append(cmd, "--unordered", "--timeout-duration=20s")
7474
}
7575

7676
txHash, err := chainNode.ExecTx(ctx, sender.KeyName(), cmd...)

0 commit comments

Comments
 (0)