Skip to content

Commit

Permalink
retry limit not needed, we have a timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Feb 26, 2024
1 parent 200336a commit 3c6fa2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ func TestFullNetwork(t *testing.T) {
}

go func() {
retries := 5
for i := 0; i < retries; i++ {
for {
err = bssapi.Write(ctx, bws.conn, "someid", l2KeystoneRequest)
if err != nil {
t.Logf("error: %s", err)
Expand Down

0 comments on commit 3c6fa2c

Please sign in to comment.