From 39e762b44152bc5d9bd702fb8001f594dbd2a47f Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 27 Jun 2002 00:21:36 +0000 Subject: [PATCH] Set default test to be a single job allocation --- testsuite/slurm_unit/api/manual/allocate-tst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/slurm_unit/api/manual/allocate-tst.c b/testsuite/slurm_unit/api/manual/allocate-tst.c index bccc6ad696c..6c717fb5aa7 100644 --- a/testsuite/slurm_unit/api/manual/allocate-tst.c +++ b/testsuite/slurm_unit/api/manual/allocate-tst.c @@ -16,7 +16,7 @@ main (int argc, char *argv[]) if (argc > 1) max_jobs = atoi (argv[1]); else - max_jobs = 1000; + max_jobs = 1; slurm_init_job_desc_msg( &job_mesg ); job_mesg. contiguous = 1; -- GitLab