Signed-off-by: Daniel Nephin <dnephin@docker.com>
| ... | ... |
@@ -426,7 +426,7 @@ func (s *DockerExternalVolumeSuite) TestExternalVolumeDriverRetryNotImmediatelyE |
| 426 | 426 |
|
| 427 | 427 |
<-started |
| 428 | 428 |
// wait for a retry to occur, then create spec to allow plugin to register |
| 429 |
- time.Sleep(2000 * time.Millisecond) |
|
| 429 |
+ time.Sleep(2 * time.Second) |
|
| 430 | 430 |
p := newVolumePlugin(c, driverName) |
| 431 | 431 |
defer p.Close() |
| 432 | 432 |
|