Skip to content

Commit

Permalink
Revert timeout duration to previous value
Browse files Browse the repository at this point in the history
Co-authored-by: Rosie Hamilton <Rosalita@users.noreply.github.com>
  • Loading branch information
Jmgr and Rosalita authored Jul 1, 2022
1 parent a872b04 commit aaa2962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ablytest/timeout.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"
)

var Instantly = Before(40 * time.Millisecond)
var Instantly = Before(10 * time.Millisecond)

var Soon = Before(Timeout)

Expand Down

0 comments on commit aaa2962

Please sign in to comment.