Skip to content

Commit b17d06a

Browse files
Increase DEFAULT_TIMEOUT_SEC
1 parent 71b6392 commit b17d06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/linux/tv_casting_test_sequence_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Step:
4949
"""
5050

5151
# The maximum default time to wait while parsing for output string(s).
52-
DEFAULT_TIMEOUT_SEC = 10
52+
DEFAULT_TIMEOUT_SEC = 30
5353

5454
def __init__(
5555
self,

0 commit comments

Comments
 (0)