Skip to content
Snippets Groups Projects
Commit 98dcf664 authored by Moe Jette's avatar Moe Jette
Browse files

Increase a timeout value for slower system support.

parent 8c7496b8
No related branches found
No related tags found
No related merge requests found
......@@ -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)" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment