1
0
Fork 0

Duration order consistency when multiplying number by time unit

This commit is contained in:
Maxim Fominykh 2019-11-27 01:38:03 +05:00 committed by Traefiker Bot
parent 9ef4f47ba0
commit bd75eddc8e
6 changed files with 6 additions and 6 deletions

View file

@ -139,7 +139,7 @@ func TestProvideWithWatch(t *testing.T) {
}
}
timeout = time.After(time.Second * 1)
timeout = time.After(1 * time.Second)
var numUpdates, numServices, numRouters, numTLSConfs int
for {
select {