Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed May 2, 2024
1 parent 778eb25 commit a6d0c92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system_tests/snap_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ func TestSnapSync(t *testing.T) {
)
builder.Build(t)

// Added a delay, since BridgeBalance times out if the node is just created and not synced.
<-time.After(time.Second * 1)
builder.BridgeBalance(t, "Faucet", big.NewInt(1).Mul(big.NewInt(params.Ether), big.NewInt(10000)))

builder.L2Info.GenerateAccount("BackgroundUser")
Expand Down

0 comments on commit a6d0c92

Please sign in to comment.