Skip to content

Commit b4e7440

Browse files
committed
ci: Add timeout to strem pubsub
Signed-off-by: Javier Aliaga <[email protected]>
1 parent e6defd2 commit b4e7440

File tree

1 file changed

+3
-1
lines changed
  • examples/src/main/java/io/dapr/examples/pubsub/stream

1 file changed

+3
-1
lines changed

examples/src/main/java/io/dapr/examples/pubsub/stream/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ expected_stdout_lines:
9393
- '== APP == Subscriber got: This is message #0'
9494
- '== APP == Subscriber got: This is message #1'
9595
background: true
96-
sleep: 30
96+
sleep: 15
97+
timeout_seconds: 30
9798
-->
9899

99100
```bash
@@ -111,6 +112,7 @@ expected_stdout_lines:
111112
- '== APP == Published message: This is message #1'
112113
background: true
113114
sleep: 15
115+
timeout_seconds: 30
114116
-->
115117

116118
```bash

0 commit comments

Comments
 (0)