Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamluzsi committed May 15, 2023
1 parent 2152af8 commit f6e581c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assert/pkgfunc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func TestPublicFunctions(t *testing.T) {
Desc: ".NotWithin - rainy",
Failed: true,
Assert: func(tb testing.TB) {
assert.NotWithin(tb, time.Millisecond, func(ctx context.Context) {})
assert.NotWithin(tb, 128*time.Millisecond, func(ctx context.Context) {})
},
},
} {
Expand Down

0 comments on commit f6e581c

Please sign in to comment.