Skip to content

Commit c1cc6e4

Browse files
committed
Adjust test progress velocity
1 parent 1aa3b2f commit c1cc6e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

f3_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ import (
2929
)
3030

3131
const (
32-
eventualCheckInterval = 100 * time.Millisecond
32+
eventualCheckInterval = 50 * time.Millisecond
3333
eventualCheckTimeout = time.Minute
34-
advanceClockEvery = 5 * time.Millisecond
35-
advanceClockBy = 100 * time.Millisecond
34+
advanceClockEvery = 10 * time.Millisecond
35+
advanceClockBy = 200 * time.Millisecond
3636
)
3737

3838
func init() {

0 commit comments

Comments
 (0)