Skip to content

Commit

Permalink
[#1437] Apply 1 suggestion to 1 file
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti committed Jul 24, 2024
1 parent 2f56cec commit 49ee162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server/agentcomm/puller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestExecutePullerWhileDatabaseIsDown(t *testing.T) {
require.Eventually(t, func() bool {
// Periodic executor updates the interval after the pulling. So, the
// counter is incremented on failure. If the puller is still running,
// the counter should incremented more times.
// the counter should be incremented more times.
currentCallCount := callCount.Load()
return currentCallCount >= callCountAfterFailure+2
}, 5*time.Second, time.Second)
Expand Down

0 comments on commit 49ee162

Please sign in to comment.