We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e50c7b8 + accbce3 commit cea989bCopy full SHA for cea989b
pkg/internal/testing/integration/internal/process_test.go
@@ -216,7 +216,7 @@ var _ = Describe("Start method", func() {
216
processState.StartTimeout = 1 * time.Second
217
218
Expect(processState.Start(stdout, stderr)).To(Succeed())
219
- Expect(processState.Session).Should(gexec.Exit())
+ Eventually(processState.Session).Should(gexec.Exit())
220
221
Expect(stdout.String()).To(Equal("that is stdout\n"))
222
Expect(stderr.String()).To(Equal("this is stderr\ni started\n"))
0 commit comments