Skip to content

Commit

Permalink
config: rt-tests: reduce the duration of the test
Browse files Browse the repository at this point in the history
The timeout of the job is set to 10 minutes. We should run the test for
less than that. Reduce the total duration of the test to 540 seconds.
Leave 60 seconds for logging in, setting the environment and triggering
the test runner script.

We wanted to have total time of this job to be 10 minutes and run the
test for as much duration as possible. So reducing to 540 seconds or 9
minutes is okay.

Signed-off-by: Muhammad Usama Anjum <[email protected]>
  • Loading branch information
musamaanjum authored and nuclearcat committed Oct 2, 2024
1 parent 63769aa commit 34e668c
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
Expand Up @@ -13,7 +13,7 @@
ARTIFACTORIAL_TOKEN: {{ artifactorial_token|default('') }}
ARTIFACTORIAL_URL: {{ artifactorial_url|default('') }}
AFFINTIY: {{ affinity|default('0-1') }}
DURATION: {{ duration|default('600s') }}
DURATION: {{ duration|default('540s') }}
BACKGROUND_CMD: {{ background|default('hackbench') }}
{% if tst_cmd == 'cyclicdeadline' %}
INTERVAL: {{ interval|default('1000') }}
Expand Down

0 comments on commit 34e668c

Please sign in to comment.