Skip to content

Commit

Permalink
test tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszos4chain committed Sep 12, 2024
1 parent 9b71fbc commit 2d449e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/callbacker/send_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ func TestSendManager_Quarantine(t *testing.T) {
// add a few callbacks to send - all should be stored
for _, c := range preQuarantineCallbacks {
sut.Add(c)
time.Sleep(10 * time.Millisecond)
}
time.Sleep(20 * time.Millisecond)
require.Equal(t, QuarantineMode, sut.getMode())

time.Sleep(policy.baseDuration + 20*time.Millisecond) // wait for the quarantine period to complete
Expand Down

0 comments on commit 2d449e8

Please sign in to comment.