diff --git a/src/slurmd/slurmd/req.c b/src/slurmd/slurmd/req.c index 9a9e740834438e33a93e4ee8df66cbb9aa9df8b1..42b300ff0e77b66ede46856a9a42ab792d6563fc 100644 --- a/src/slurmd/slurmd/req.c +++ b/src/slurmd/slurmd/req.c @@ -3810,7 +3810,7 @@ _rpc_suspend_job(slurm_msg_t *msg) _unlock_suspend_job(req->job_id); END_TIMER; - if (DELTA_TIMER >= (time_slice * 10)) { + if (DELTA_TIMER >= (time_slice * 1000000)) { if (req->op == SUSPEND_JOB) { info("Suspend time for job_id %u was %s. " "Configure SchedulerTimeSlice higher.",