We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8aba7f commit b6be29fCopy full SHA for b6be29f
init_test.go
@@ -25,6 +25,8 @@ func by(_ string, f func()) { f() }
25
26
func TestAcceptance(t *testing.T) {
27
format.MaxLength = 0
28
+ SetDefaultEventuallyTimeout(30 * time.Second)
29
+
30
Expect := NewWithT(t).Expect
31
32
root, err := filepath.Abs(".")
@@ -36,8 +38,6 @@ func TestAcceptance(t *testing.T) {
36
38
stack.RunArchive = filepath.Join(root, "build", "run.oci")
37
39
stack.RunImageID = fmt.Sprintf("stack-run-%s", uuid.NewString())
40
- SetDefaultEventuallyTimeout(10 * time.Second)
-
41
suite := spec.New("Acceptance", spec.Report(report.Terminal{}), spec.Parallel())
42
suite("Metadata", testMetadata)
43
suite("BuildpackIntegration", testBuildpackIntegration)
0 commit comments