Skip to content

Commit

Permalink
update TestBridgeTx
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven LIU authored and Steven LIU committed Dec 11, 2024
1 parent cd41251 commit 6956c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/smoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func TestBridgeTx(t *testing.T) {
err = sendBridgeAsset(ctx, common.Address{}, amount, destNetwork, &destAddr, []byte{}, auth, common.HexToAddress(operations.BridgeAddr), l1Client)
require.NoError(t, err)

const maxAttempts = 20
const maxAttempts = 120

var balanceAfter *big.Int
for i := 0; i < maxAttempts; i++ {
Expand Down

0 comments on commit 6956c0c

Please sign in to comment.