From b39be798ac701beaa774371a807f8bd70e9eab1d Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Mon, 21 Oct 2013 16:14:38 -0700
Subject: [PATCH] Increase timeout on test with poe

---
 testsuite/expect/test6.13 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testsuite/expect/test6.13 b/testsuite/expect/test6.13
index 6af35e90524..56242dd9336 100755
--- a/testsuite/expect/test6.13
+++ b/testsuite/expect/test6.13
@@ -81,9 +81,9 @@ if {[wait_for_job $job_id RUNNING] != 0} {
 	cancel_job $job_id
 	exit 1
 }
-# Allow time for the step to start
+# Allow time for poe to start the step
 # This could take a while with launch/poe
-sleep 20
+sleep 30
 
 #
 # Test verbose scancel
@@ -263,7 +263,7 @@ if {$exit_code == 0} {
 	exec rm -f $file_in $file_out $file_prog
 	send_user "\nSUCCESS\n"
 } else {
-	send_user "\nFAILURE: launch/poe and proctrack/pgid are incompatible.\n"
+	send_user "\nFAILURE: Note: launch/poe and proctrack/pgid are incompatible.\n"
 }
 exit $exit_code
 
-- 
GitLab