Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Santos committed Oct 26, 2023
1 parent a22a4d6 commit 0aedca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/wait/wait_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ func TestWaitWithContext(t *testing.T) {
checkFnWaitSucceeds: true,
checkFnNumberCallsUntilErr: 999999,
handlerSleepBeforeWait: 0,
handlerThrottle: 0,
handlerThrottle: 0 * time.Millisecond,
handlerTimeout: 100 * time.Millisecond,
handlerRetryLimitTempErr: 0,
contextTimeout: 100 * time.Millisecond,
Expand Down

0 comments on commit 0aedca9

Please sign in to comment.