Skip to content

Commit

Permalink
wait
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Nov 27, 2024
1 parent 9eafa85 commit c4a6297
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2etest/unbondingwatcher_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ func TestUnbondingWatcher(t *testing.T) {

return nil
})
// wait for a bit to combat contention
if (i+1)%100 == 0 {
time.Sleep(7 * time.Second)
}
}
_ = gr.Wait()

Expand Down

0 comments on commit c4a6297

Please sign in to comment.