Skip to content

Commit 8bc9932

Browse files
authored
Merge pull request #4112 from Yelp/increase_remote_run_ttl
Increase default duration for remote-run to 2 hours
2 parents d598048 + 0f6afaa commit 8bc9932

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paasta_tools/cli/cmds/remote_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def add_subparser(subparsers: argparse._SubParsersAction) -> None:
369369
"automatically stopped (capped by the API backend)"
370370
),
371371
type=int,
372-
default=1800,
372+
default=7200,
373373
)
374374
start_parser.add_argument(
375375
"-f",

0 commit comments

Comments
 (0)