Lower default granularity

This commit is contained in:
Frank Denis 2018-03-07 19:00:09 +01:00
parent ff81344aa8
commit a6ae97ecb1
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ import "time"
const (
// DefaultGranularity - Maximum duration of actual time.Sleep() calls
DefaultGranularity = 10 * time.Second
DefaultGranularity = 5 * time.Second
)
// SleepWithGranularity - sleeps for the given amount of time, with the given granularity;