summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-10-10 11:33:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-10-10 11:33:15 +0000
commit2adb18bf67269f1714a84c3fbf99e384aa2cfe2b (patch)
treec6445fcd8b0207e0a841344258ce590b4c6e9e95 /Tools
parentDon't run make describe in parallel -- the outputs gets mangled sometimes. (diff)
Increase wait from 4 hours to 5 hours. Seems the ports are taking longer
to build now.
Notes
Notes: svn path=/head/; revision=22302
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/pdispatch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/portbuild/scripts/pdispatch b/Tools/portbuild/scripts/pdispatch
index 3738e11c6621..0eaeecc5bcc9 100755
--- a/Tools/portbuild/scripts/pdispatch
+++ b/Tools/portbuild/scripts/pdispatch
@@ -1,7 +1,7 @@
#!/bin/sh
-# wait 4 hours maximum
-timeout=14400
+# wait 5 hours maximum
+timeout=18000
command=$1
shift