Increase Kafka container wait time for HTTP bindings examples (#1054)

This commit is contained in:
artur-ciocanu 2024-06-20 10:56:12 -07:00 committed by GitHub
parent 2a9161077a
commit 9048bc1a5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Before getting into the application code, follow these steps in order to set up
name: Setup kafka container
expected_stderr_lines:
- 'Creating network "http_default" with the default driver'
sleep: 5
sleep: 20
-->
```bash