Skip to content
Snippets Groups Projects
Commit 4b51784f authored by Albert Gil's avatar Albert Gil
Browse files

Testsuite - Improve test15.38 to allow small DefaultTimes


Bug 8970

Signed-off-by: default avatarScott Jackson <scottmo@schedmd.com>
parent 3e02d9e6
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,16 @@ source ./globals ...@@ -29,6 +29,16 @@ source ./globals
set exit_code 0 set exit_code 0
set job_id 0 set job_id 0
#
# Ensure that default partition has a DefaultTime big enough
#
run_command -fail "$scontrol update partitionname=[default_partition] DefaultTime=10"
proc cleanup {} {
# Restore DefaultTime
reconfigure
}
# #
# Spawn a batch job with a deadline and no time # Spawn a batch job with a deadline and no time
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment