Skip to content
Snippets Groups Projects
Commit d3c20df0 authored by Morris Jette's avatar Morris Jette
Browse files

Increase sleep for test accounting

Increase the sleep between job end and checking accounting record
from 3 to 5 seconds so the test will work reliably.
parent 7a6fb06e
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,7 @@ if {$found == 0} {
set found 0
#test sacct if accounting, wait a few seconds for accounting data to reach DB
if { [test_account_storage] != 0 } {
sleep 3
sleep 5
spawn $sacct -j $job_id --noheader -o "mcslabel"
expect {
-re "$user_name" {
......
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