Duration order consistency when multiplying number by time unit
This commit is contained in:
parent
9ef4f47ba0
commit
bd75eddc8e
6 changed files with 6 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue