Skip to content

Commit 066a0bb

Browse files
Changing COMMISSIONING_STAGE_MAX_WAIT_SEC to 15 sec instead of 10 sec.
1 parent c0df966 commit 066a0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/run_tv_casting_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
TV_APP_MAX_START_WAIT_SEC = 2
3232

3333
# The maximum amount of time to commission the Linux tv-casting-app and the tv-app before timeout.
34-
COMMISSIONING_STAGE_MAX_WAIT_SEC = 10
34+
COMMISSIONING_STAGE_MAX_WAIT_SEC = 15
3535

3636
# The maximum amount of time to test that the launchURL is sent from the Linux tv-casting-app and received on the tv-app before timeout.
3737
TEST_LAUNCHURL_MAX_WAIT_SEC = 10

0 commit comments

Comments
 (0)