Skip to content

Commit 474c283

Browse files
committed
bump short timeouts
Signed-off-by: mikeee <[email protected]>
1 parent e0ec38b commit 474c283

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pub_sub/go/http/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ expected_stderr_lines:
2727
output_match_mode: substring
2828
match_order: none
2929
background: true
30-
sleep: 15
31-
timeout_seconds: 30
30+
sleep: 30
31+
timeout_seconds: 60
3232
-->
3333

3434
```bash

pub_sub/go/sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ expected_stderr_lines:
2727
output_match_mode: substring
2828
match_order: none
2929
background: true
30-
sleep: 15
31-
timeout_seconds: 30
30+
sleep: 30
31+
timeout_seconds: 60
3232
-->
3333

3434
```bash

secrets_management/go/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ dapr run --app-id order-processor --resources-path ../../../components/ -- go ru
3232

3333
```bash
3434
dapr stop --app-id order-processor
35-
```
35+
```

service_invocation/go/http/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ expected_stderr_lines:
2424
output_match_mode: substring
2525
match_order: none
2626
background: true
27-
sleep: 15
28-
timeout_seconds: 30
27+
sleep: 30
28+
timeout_seconds: 60
2929
-->
3030

3131
```bash

0 commit comments

Comments
 (0)