mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Use 2 seconds instead of 2000 milliseconds
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: cbf2f4d2816b20df307a270d4267557618708c3f Component: engine
This commit is contained in:
committed by
Daniel Nephin
parent
eb2f639fe6
commit
768202d8c3
@@ -426,7 +426,7 @@ func (s *DockerExternalVolumeSuite) TestExternalVolumeDriverRetryNotImmediatelyE
|
||||
|
||||
<-started
|
||||
// wait for a retry to occur, then create spec to allow plugin to register
|
||||
time.Sleep(2000 * time.Millisecond)
|
||||
time.Sleep(2 * time.Second)
|
||||
p := newVolumePlugin(c, driverName)
|
||||
defer p.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user