Skip to content

Commit fc69249

Browse files
committed
Use the DelayCommands cluster for the WaitForMessage
1 parent 5a97300 commit fc69249

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/app/tests/suites/TestDiagnosticLogsDownloadCommand.yaml

+3-7
Original file line numberDiff line numberDiff line change
@@ -325,19 +325,15 @@ tests:
325325

326326
# Wait for the Status Report message
327327
- label:
328-
"BDX: Wait for 'Diagnostic logs transfer: StatusReport Error 5f'
329-
message"
328+
"BDX: Wait for 'Diagnostic logs transfer: StatusReport Error' message"
329+
cluster: "DelayCommands"
330330
command: "WaitForMessage"
331331
arguments:
332332
values:
333333
- name: "registerKey"
334334
value: "default"
335335
- name: "message"
336-
value: "Diagnostic logs transfer: StatusReport Error 5f"
337-
- name: "timeoutInSeconds"
338-
value: 20
339-
response:
340-
error: FAILURE
336+
value: "Diagnostic logs transfer: StatusReport Error"
341337

342338
- label:
343339
"Read End User Support log intent after a failure to make sure that

0 commit comments

Comments
 (0)