We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66970b8 commit 3779882Copy full SHA for 3779882
f3_test.go
@@ -31,8 +31,8 @@ import (
31
const (
32
conditionCheckInterval = 500 * time.Millisecond
33
manifestPublishInterval = time.Second
34
- advanceClockEvery = 15 * time.Millisecond
35
- advanceClockBy = time.Second / 2
+ advanceClockEvery = 30 * time.Millisecond
+ advanceClockBy = time.Second
36
)
37
38
func init() {
0 commit comments