Skip to content

Commit 97989ea

Browse files
Return to default timeout of 10 sec.
1 parent 9181b61 commit 97989ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/linux/tv_casting_test_sequences.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
Step(app=App.TV_CASTING_APP, input_cmd=f'cast setcommissionerpasscode {int(COMMISSIONER_GENERATED_PASSCODE, 16)}\n'),
215215

216216
# Validate the commissioner passcode that the user entered on the tv-casting-app output.
217-
Step(app=App.TV_CASTING_APP, timeout_sec=30, output_msg=[
217+
Step(app=App.TV_CASTING_APP, output_msg=[
218218
f'CommandHandler() setcommissionerpasscode user-entered passcode: {int(COMMISSIONER_GENERATED_PASSCODE, 16)}']),
219219

220220
# Validate that the `IdentificationDeclaration` message sent from the tv-casting-app to the tv-app will contain the following entries:

0 commit comments

Comments
 (0)