Skip to content

Commit 30272ee

Browse files
Loosen task event timestamp comparer a bit more
Still a bit flaky on Windows
1 parent 7b231cc commit 30272ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/testing/fakerunnerapi/fakerunnerapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type TaskEvent struct {
4040
}
4141

4242
var CmpTaskEvent = gocmp.Options{
43-
cmpopts.EquateApproxTime(1 * time.Minute),
43+
cmpopts.EquateApproxTime(2 * time.Minute),
4444
cmpopts.AcyclicTransformer("TimestampMilli", func(msec int64) time.Time {
4545
return time.UnixMilli(msec)
4646
}),

0 commit comments

Comments
 (0)