We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27dd1a8 commit fdd3bc3Copy full SHA for fdd3bc3
1 file changed
components/db_buffer/db_buffer_test.go
@@ -12,7 +12,7 @@ import (
12
const (
13
TestSyncPeriod = 5 * time.Second
14
TestBlocksThreshold = 5
15
- TestTimeout = TestSyncPeriod * 2
+ TestTimeout = TestSyncPeriod * 10
16
)
17
18
var (
0 commit comments