Skip to content

Commit

Permalink
Unknown reason for failure in stable_build_test - try waiting longer …
Browse files Browse the repository at this point in the history
…for stack to come up
  • Loading branch information
thomas11 committed Jul 18, 2023
1 parent 3da5f95 commit 96a40c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stable_build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ var _ = Describe("go build caching", func() {

BeforeEach(func() {
cachedir = getCachedir()
waitForStackSuccess(stack, "90s") // it just takes a while to build a Go project
waitForStackSuccess(stack, "180s") // it just takes a while to build a Go project
beforeFiles = checkCacheFiles()
GinkgoWriter.Println("Before:", beforeFiles)
// make sure the cache is actually used!
Expand Down

0 comments on commit 96a40c3

Please sign in to comment.