mirror of https://github.com/dapr/java-sdk.git
Increase Kafka container wait time for HTTP bindings examples (#1054)
This commit is contained in:
parent
2a9161077a
commit
9048bc1a5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue