Skip to content

Commit

Permalink
(e2e): Extend timeout for uninstall test
Browse files Browse the repository at this point in the history
* Wait a little longer to see if kamelets are successfully removed
  • Loading branch information
phantomjinx authored and tadayosi committed Dec 20, 2022
1 parent 45c2205 commit fd02506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/namespace/install/cli/uninstall_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestBasicUninstall(t *testing.T) {

Eventually(Configmap(ns, "camel-k-maven-settings")).Should(BeNil())
Eventually(OperatorPod(ns), TestTimeoutMedium).Should(BeNil())
Eventually(KameletList(ns)).Should(BeEmpty())
Eventually(KameletList(ns), TestTimeoutMedium).Should(BeEmpty())
})
}

Expand Down

0 comments on commit fd02506

Please sign in to comment.