Skip to content

Commit 66a1149

Browse files
Increase DEFAULT_TIMEOUT_SEC to 3 minutes
1 parent 057b2a8 commit 66a1149

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 = 180
5353

5454
def __init__(
5555
self,

0 commit comments

Comments
 (0)