summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-02 20:19:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-02 20:19:03 +0000
commit3bb948c48397a3721c1b568fcc4499d833731352 (patch)
treeb81f82c2e6644f1e356c8967ae70b6cd3e4801b5 /Tools
parentFlip over the -plistcheck switch to -noplistcheck since we now want to (diff)
Increase the nc poll timeout to better deal with network latencies.
Notes
Notes: svn path=/head/; revision=132264
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/pollmachine2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/pollmachine b/Tools/portbuild/scripts/pollmachine
index 6484bb37344c..ebacc2303f3d 100755
--- a/Tools/portbuild/scripts/pollmachine
+++ b/Tools/portbuild/scripts/pollmachine
@@ -18,7 +18,7 @@ fi
if [ -z "${infoseek_host}" ]; then
infoseek_host=$m
fi
-if (/usr/local/bin/nc -w 5 ${infoseek_host} ${infoseek_port} > ${buildroot}/${i}/loads/$m < /dev/null); then
+if (/usr/local/bin/nc -w 15 ${infoseek_host} ${infoseek_port} > ${buildroot}/${i}/loads/$m < /dev/null); then
if [ "${queue}" = 1 ]; then
num=$(awk '{print $1}' ${buildroot}/${i}/loads/$m)
if [ "$num" -lt "${maxjobs}" ]; then