Skip to content

Commit 9048bc1

Browse files
Increase Kafka container wait time for HTTP bindings examples (#1054)
1 parent 2a91610 commit 9048bc1

File tree

1 file changed

+1
-1
lines changed
  • examples/src/main/java/io/dapr/examples/bindings/http

1 file changed

+1
-1
lines changed

examples/src/main/java/io/dapr/examples/bindings/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Before getting into the application code, follow these steps in order to set up
6060
name: Setup kafka container
6161
expected_stderr_lines:
6262
- 'Creating network "http_default" with the default driver'
63-
sleep: 5
63+
sleep: 20
6464
-->
6565

6666
```bash

0 commit comments

Comments
 (0)