Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit d0ce853

Browse files
author
Amin Jamali
committed
Bump timeout for pulling ECR image to 30s
It look like it's taking longer to pull the images [#176229796](https://www.pivotaltracker.com/story/show/176229796)
1 parent 29f63df commit d0ce853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/builder_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,13 +385,13 @@ var _ = Describe("Building", func() {
385385

386386
It("should exit successfully", func() {
387387
session := setupBuilder()
388-
Eventually(session, 10*time.Second).Should(gexec.Exit(0))
388+
Eventually(session, 30*time.Second).Should(gexec.Exit(0))
389389
})
390390

391391
Describe("the json", func() {
392392
It("should contain the execution metadata", func() {
393393
session := setupBuilder()
394-
Eventually(session, 10*time.Second).Should(gexec.Exit(0))
394+
Eventually(session, 30*time.Second).Should(gexec.Exit(0))
395395

396396
result := resultJSON()
397397

0 commit comments

Comments
 (0)