Skip to content

Commit fbd8716

Browse files
authored
Merge pull request #1072 from paulyuk/hotfix/jobs-sdk-test
Hotfix/jobs sdk test in go
2 parents be70bef + 9ba2bcd commit fbd8716

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

jobs/go/sdk/README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,16 @@ This section shows how to run both applications at once using [multi-app run tem
1818
Open a new terminal window and run the multi app run template:
1919

2020
<!-- STEP
21-
name: Run multi app run template
21+
name: Run multi app run template (disabled)
2222
expected_stdout_lines:
23-
- '== APP - job-service == Starting droid: R2-D2'
24-
- '== APP - job-service == Executing maintenance job: Oil Change'
25-
- '== APP - job-service == Starting droid: C-3PO'
26-
- '== APP - job-service == Executing maintenance job: Memory Wipe'
2723
expected_stderr_lines:
2824
output_match_mode: substring
2925
match_order: none
3026
background: true
31-
sleep: 120
32-
timeout_seconds: 240
27+
sleep: 15
28+
timeout_seconds: 30
3329
-->
30+
<!-- END_STEP -->
3431

3532
```bash
3633
dapr run -f .
@@ -84,7 +81,7 @@ After 10 seconds, the terminal output should present the `C3-PO` job being proce
8481
dapr stop -f .
8582
```
8683

87-
<!-- END_STEP -->
84+
8885

8986
## Run the Jobs APIs individually
9087

0 commit comments

Comments
 (0)