forked from Ivasoft/traefik
Duration order consistency when multiplying number by time unit
This commit is contained in:
committed by
Traefiker Bot
parent
9ef4f47ba0
commit
bd75eddc8e
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user