Skip to content

Commit

Permalink
Chrobalt ODT gateway: increase start test timeout to 900 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
Libzu committed Feb 25, 2025
1 parent a3c4ca3 commit 9ab6398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cobalt/tools/on_device_tests_gateway_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ def main() -> int:
trigger_parser.add_argument(
'--start_timeout_sec',
type=str,
default='180',
help='Timeout in seconds for the test to start (default: 180 seconds).',
default='900',
help='Timeout in seconds for the test to start (default: 900 seconds).',
)

# Watch command
Expand Down

0 comments on commit 9ab6398

Please sign in to comment.