We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6defd2 commit b4e7440Copy full SHA for b4e7440
examples/src/main/java/io/dapr/examples/pubsub/stream/README.md
@@ -93,7 +93,8 @@ expected_stdout_lines:
93
- '== APP == Subscriber got: This is message #0'
94
- '== APP == Subscriber got: This is message #1'
95
background: true
96
-sleep: 30
+sleep: 15
97
+timeout_seconds: 30
98
-->
99
100
```bash
@@ -111,6 +112,7 @@ expected_stdout_lines:
111
112
- '== APP == Published message: This is message #1'
113
114
sleep: 15
115
116
117
118
0 commit comments