From a5c46b5d1285b961478c5c59a933e69a97b59ad9 Mon Sep 17 00:00:00 2001
From: Brian Christiansen <brian@schedmd.com>
Date: Mon, 20 Jun 2016 17:32:57 -0600
Subject: [PATCH] Fix test21.21

-t10 made the job's time limit 60 and not 6.
-t1s are already being added by passed in limits.
---
 testsuite/expect/inc21.21_tests | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testsuite/expect/inc21.21_tests b/testsuite/expect/inc21.21_tests
index 39dd209a771..4f3562c045d 100644
--- a/testsuite/expect/inc21.21_tests
+++ b/testsuite/expect/inc21.21_tests
@@ -60,7 +60,7 @@ proc inc21_21_good { test_type limit } {
 	}
 
 	set matches 0
-	spawn $srun -v -t10 $add [lindex $limit 0][lindex $limit 1] \
+	spawn $srun -v -t1 $add [lindex $limit 0][lindex $limit 1] \
 	    --account=$ta -I $bin_id
 	expect {
 		-re "launching ($number)" {
@@ -635,7 +635,7 @@ proc inc21_21_grpwall { test_type limit } {
 
 	set matches 0
 	send_user "Sleeping for a bit...hang tight\n"
-	spawn $srun -v -t1 [lindex $limit 0][lindex $limit 1] --account=$ta \
+	spawn $srun -v [lindex $limit 0][lindex $limit 1] --account=$ta \
 	    -I $file_in
 	expect {
 		-re "launching ($number)" {
@@ -672,7 +672,7 @@ proc inc21_21_grpwall { test_type limit } {
 	}
 
 	set matches 0
-	spawn $srun -v -t1 [lindex $limit 0][lindex $limit 1] --account=$ta \
+	spawn $srun -v [lindex $limit 0][lindex $limit 1] --account=$ta \
 	    -I $bin_id
 	expect {
 		-re "Job violates accounting/QOS policy" {
-- 
GitLab