From 98dcf6643c0f4c8eb0b2b7c0f07ea17b29ca952d Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 16 May 2006 16:22:53 +0000
Subject: [PATCH] Increase a timeout value for slower system support.

---
 testsuite/expect/test9.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/expect/test9.8 b/testsuite/expect/test9.8
index f4fc985b7c7..01f4624e978 100755
--- a/testsuite/expect/test9.8
+++ b/testsuite/expect/test9.8
@@ -10,7 +10,7 @@
 #          anything else indicates a failure mode that must be investigated.
 #
 ############################################################################
-# Copyright (C) 2002 The Regents of the University of California.
+# Copyright (C) 2002-2006 The Regents of the University of California.
 # Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
 # Written by Morris Jette <jette1@llnl.gov>
 # UCRL-CODE-217948.
@@ -107,7 +107,7 @@ if {$start_cnt < $job_cnt} {
 #
 set user_name ""
 
-exec $bin_sleep [expr $delay + 5]
+exec $bin_sleep [expr $delay + 6]
 spawn $bin_id -un
 expect {
 	-re "($alpha_numeric)" {
-- 
GitLab