File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,16 @@ This section shows how to run both applications at once using [multi-app run tem
1818Open 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)
2222expected_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'
2723expected_stderr_lines:
2824output_match_mode: substring
2925match_order: none
3026background: true
31- sleep: 120
32- timeout_seconds: 240
27+ sleep: 15
28+ timeout_seconds: 30
3329-->
30+ <!-- END_STEP -->
3431
3532``` bash
3633dapr run -f .
@@ -84,7 +81,7 @@ After 10 seconds, the terminal output should present the `C3-PO` job being proce
8481dapr stop -f .
8582```
8683
87- <!-- END_STEP -->
84+
8885
8986## Run the Jobs APIs individually
9087
You can’t perform that action at this time.
0 commit comments