diff --git a/oci/oci.go b/oci/oci.go index 869e7444..5faf90c7 100644 --- a/oci/oci.go +++ b/oci/oci.go @@ -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