Skip to content

Commit

Permalink
increase timer
Browse files Browse the repository at this point in the history
  • Loading branch information
gauron99 committed Jan 22, 2025
1 parent b946506 commit 63e9ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/scenario_subscribe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (f *FuncSubscribeTestType) setupBroker() {
knCli := f.newKnCli()
kubectl := f.newKubectlCli()
knCli.Exec("broker", "create", f.TestBrokerName, "--class", "MTChannelBasedBroker")
kubectl.Exec("wait", "broker/"+f.TestBrokerName, "--for=condition=TriggerChannelReady", "--timeout=25s")
kubectl.Exec("wait", "broker/"+f.TestBrokerName, "--for=condition=TriggerChannelReady", "--timeout=60s")
cmd := knCli.Exec("broker", "describe", f.TestBrokerName, "-o", "url")

f.TestBrokerUrl = cmd.Out
Expand Down

0 comments on commit 63e9ebe

Please sign in to comment.