Merge pull request #401 from mrunalp/inc_create_timeout
Increase the timeout value for create container
This commit is contained in:
commit
c12db22819
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ const (
|
|||
// ContainerStateStopped represents the stopped state of a container
|
||||
ContainerStateStopped = "stopped"
|
||||
// ContainerCreateTimeout represents the value of container creating timeout
|
||||
ContainerCreateTimeout = 3 * time.Second
|
||||
ContainerCreateTimeout = 10 * time.Second
|
||||
)
|
||||
|
||||
// New creates a new Runtime with options provided
|
||||
|
|
Loading…
Reference in a new issue