We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28be9c8 commit bea9de5Copy full SHA for bea9de5
src/jote/jote.py
@@ -540,7 +540,7 @@ def _test(args: argparse.Namespace,
540
# Run the container
541
if test_status and not args.dry_run:
542
543
- timeout_minutes: Optional[int] = None
+ timeout_minutes: int = DEFAULT_TEST_TIMEOUT_M
544
if 'timeout-minutes' in job_definition.tests[job_test_name]:
545
timeout_minutes = job_definition. \
546
tests[job_test_name]['timeout-minutes']
0 commit comments