Skip to content

Commit

Permalink
Increase gas limit for funding e2e tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Mar 15, 2024
1 parent 33ea5f7 commit 92a75b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/testing/e2e/funding/funding_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ func TestFunding(t *testing.T) {
tApp.App,
testapp.MustMakeCheckTxOptions{
AccAddressForSigning: transfer.Transfer.Sender.Owner,
Gas: 100_000,
Gas: 110_000,
FeeAmt: constants.TestFeeCoins_5Cents,
},
&transfer,
Expand Down

0 comments on commit 92a75b0

Please sign in to comment.