Skip to content

Commit

Permalink
Temporarily increase the time for bridging balances
Browse files Browse the repository at this point in the history
This change allows the test to pass even on a heavily-loaded mac.

Related to: NIT-2768
  • Loading branch information
eljobe committed Sep 8, 2024
1 parent 5f2e480 commit 7591f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ func BridgeBalance(
break
}
TransferBalance(t, "Faucet", "User", big.NewInt(1), l1info, l1client, ctx)
if i > 20 {
if i > 200 {
Fatal(t, "bridging failed")
}
<-time.After(time.Millisecond * 100)
Expand Down

0 comments on commit 7591f1c

Please sign in to comment.