Skip to content

Commit

Permalink
increment between retries
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Feb 27, 2024
1 parent 5ae49b6 commit e2705a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ func TestFullNetwork(t *testing.T) {

go func() {
for {
l2Keystone.L2BlockNumber++
l2Keystone.L1BlockNumber++

err = bssapi.Write(ctx, bws.conn, "someid", l2KeystoneRequest)
if err != nil {
t.Logf("error: %s", err)
Expand Down

0 comments on commit e2705a9

Please sign in to comment.