Increase timeout for helm install of kafka in bindings sample (#369) (#376)

This commit is contained in:
Charlie Stanley 2021-02-01 21:07:20 -08:00 committed by GitHub
parent 283244a797
commit ca38e3c55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ docker-compose -f ./docker-compose-single-kafka.yml down
<!-- STEP
name: Install Kafka
sleep: 15
timeout_seconds: 120
-->
```bash