Skip to content

Commit fdd3bc3

Browse files
committed
Increase timeout for slow CI
1 parent 27dd1a8 commit fdd3bc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/db_buffer/db_buffer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
const (
1313
TestSyncPeriod = 5 * time.Second
1414
TestBlocksThreshold = 5
15-
TestTimeout = TestSyncPeriod * 2
15+
TestTimeout = TestSyncPeriod * 10
1616
)
1717

1818
var (

0 commit comments

Comments
 (0)