Skip to content

Commit

Permalink
ARCO-183: rename col quarantine_until -> postponed_until
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszos4chain committed Sep 17, 2024
1 parent 12a18aa commit 3cec93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/callbacker/dispatcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func TestCallbackDispatcher(t *testing.T) {
sut.GracefulStop()
} else {
// give a chance to process
time.Sleep(50 * time.Millisecond)
time.Sleep(100 * time.Millisecond)
}

// then
Expand Down
2 changes: 1 addition & 1 deletion internal/callbacker/send_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestSendManager(t *testing.T) {
sut.GracefulStop()
} else {
// give a chance to process
time.Sleep(50 * time.Millisecond)
time.Sleep(100 * time.Millisecond)
}

// then
Expand Down

0 comments on commit 3cec93c

Please sign in to comment.