Skip to content

Commit 99eb535

Browse files
chris124567ChrisSchinnerl
authored andcommitted
change timeouts
1 parent 5ab2c95 commit 99eb535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

persist/sqlite/scan_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ func TestScan(t *testing.T) {
330330

331331
cfg := config.Scanner{
332332
NumThreads: 100,
333-
ScanTimeout: 100 * time.Millisecond,
334-
ScanFrequency: 100 * time.Millisecond,
333+
ScanTimeout: 500 * time.Millisecond,
334+
ScanFrequency: 25 * time.Millisecond,
335335
ScanInterval: 3 * time.Hour,
336336
MinLastAnnouncement: 90 * 24 * time.Hour,
337337
}

0 commit comments

Comments
 (0)