We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab2c95 commit 99eb535Copy full SHA for 99eb535
persist/sqlite/scan_test.go
@@ -330,8 +330,8 @@ func TestScan(t *testing.T) {
330
331
cfg := config.Scanner{
332
NumThreads: 100,
333
- ScanTimeout: 100 * time.Millisecond,
334
- ScanFrequency: 100 * time.Millisecond,
+ ScanTimeout: 500 * time.Millisecond,
+ ScanFrequency: 25 * time.Millisecond,
335
ScanInterval: 3 * time.Hour,
336
MinLastAnnouncement: 90 * 24 * time.Hour,
337
}
0 commit comments