File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
secrets_management/go/http
service_invocation/go/http Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ expected_stderr_lines:
2727output_match_mode: substring
2828match_order: none
2929background: true
30- sleep: 15
31- timeout_seconds: 30
30+ sleep: 30
31+ timeout_seconds: 60
3232-->
3333
3434``` bash
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ expected_stderr_lines:
2727output_match_mode: substring
2828match_order: none
2929background: true
30- sleep: 15
31- timeout_seconds: 30
30+ sleep: 30
31+ timeout_seconds: 60
3232-->
3333
3434``` bash
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ dapr run --app-id order-processor --resources-path ../../../components/ -- go ru
3232
3333``` bash
3434dapr stop --app-id order-processor
35- ```
35+ ```
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ expected_stderr_lines:
2424output_match_mode: substring
2525match_order: none
2626background: true
27- sleep: 15
28- timeout_seconds: 30
27+ sleep: 30
28+ timeout_seconds: 60
2929-->
3030
3131``` bash
You can’t perform that action at this time.
0 commit comments