Skip to content

Commit

Permalink
Minor tweaks to e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkp committed Oct 2, 2024
1 parent 23d23a6 commit c6372ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/platform_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ var _ = Describe("Platform Use Cases :: ", Label("platform"), Ordered, func() {
By("Evaluate status of SonataFlow CR")
EventuallyWithOffset(1, func() bool {
return verifyWorkflowIsInRunningStateInNamespace(sfName, targetNamespace)
}, 10*time.Minute, 5).Should(BeTrue())
}, 20*time.Minute, 5).Should(BeTrue())

By("Evaluate triggers and sinkbindings for the workflow")
cmd = exec.Command("kubectl", "get", "sonataflow", sfName, "-n", targetNamespace, "-ojsonpath={.status.triggers}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spec:
strategyOptions:
KanikoBuildCacheEnabled: "true"
services:
# jobBasedDbMigration: false
dataIndex:
enabled: true
persistence:
Expand Down

0 comments on commit c6372ec

Please sign in to comment.