Skip to content

Commit bea9de5

Browse files
author
Alan Christie
committed
Fixes default
1 parent 28be9c8 commit bea9de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jote/jote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ def _test(args: argparse.Namespace,
540540
# Run the container
541541
if test_status and not args.dry_run:
542542

543-
timeout_minutes: Optional[int] = None
543+
timeout_minutes: int = DEFAULT_TEST_TIMEOUT_M
544544
if 'timeout-minutes' in job_definition.tests[job_test_name]:
545545
timeout_minutes = job_definition. \
546546
tests[job_test_name]['timeout-minutes']

0 commit comments

Comments
 (0)