Skip to content

Commit

Permalink
Merge pull request #2648 from OffchainLabs/fast-conf-mac-test
Browse files Browse the repository at this point in the history
Temporarily increase the time for bridging balances
  • Loading branch information
eljobe committed Sep 18, 2024
2 parents 4bfb539 + d4e09c1 commit ac929a7
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 ac929a7

Please sign in to comment.