Skip to content

Commit

Permalink
config: rt-tests: fix default timeout value in minutes
Browse files Browse the repository at this point in the history
Fixes: 0888c9c ("config: rt-tests: Add default timeout and duration values")
Signed-off-by: Muhammad Usama Anjum <[email protected]>
  • Loading branch information
musamaanjum committed Sep 19, 2024
1 parent 26b0965 commit 3ee9106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime/tests/rt-tests.jinja2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- test:
name: {{ node.name }}
timeout:
minutes: {{ job_timeout|default('600s') }}
minutes: {{ job_timeout|default('10') }}

definitions:
- repository: https://github.com/kernelci/test-definitions.git
Expand Down

0 comments on commit 3ee9106

Please sign in to comment.