Skip to content

Commit

Permalink
Tweaking unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Oct 8, 2024
1 parent 2e32ce6 commit e1aaa9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func TestUpdatingConfig(t *testing.T) {
}
require.Eventuallyf(t, func() bool {
return recordsFound.Load() == 1_000
}, 10*time.Second, 1*time.Second, "record count should be 1000 but is %d", recordsFound.Load())
}, 15*time.Second, 1*time.Second, "record count should be 1000 but is %d", recordsFound.Load())

require.Truef(t, lastBatchSize.Load() == 100, "batch_count should be 100 but is %d", lastBatchSize.Load())
}
Expand Down

0 comments on commit e1aaa9f

Please sign in to comment.