mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
e2e: bump pull timeout to 240 seconds
I am constantly hitting the 90 seconds limit with my very slow connection. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -317,7 +317,7 @@ func (p *PodmanTestIntegration) createArtifact(image string) {
|
||||
fmt.Printf("Caching %s at %s...", image, destName)
|
||||
if _, err := os.Stat(destName); os.IsNotExist(err) {
|
||||
pull := p.PodmanNoCache([]string{"pull", image})
|
||||
pull.Wait(90)
|
||||
pull.Wait(240)
|
||||
Expect(pull.ExitCode()).To(Equal(0))
|
||||
|
||||
save := p.PodmanNoCache([]string{"save", "-o", destName, image})
|
||||
|
Reference in New Issue
Block a user