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 1aa3b2f commit c1cc6e4Copy full SHA for c1cc6e4
1 file changed
f3_test.go
@@ -29,10 +29,10 @@ import (
29
)
30
31
const (
32
- eventualCheckInterval = 100 * time.Millisecond
+ eventualCheckInterval = 50 * time.Millisecond
33
eventualCheckTimeout = time.Minute
34
- advanceClockEvery = 5 * time.Millisecond
35
- advanceClockBy = 100 * time.Millisecond
+ advanceClockEvery = 10 * time.Millisecond
+ advanceClockBy = 200 * time.Millisecond
36
37
38
func init() {
0 commit comments