aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2011-09-26 19:04:25 +0200
committerLukas Larsson <[email protected]>2011-09-29 17:31:28 +0200
commit8b06e8921f7e2f9d907df7edd8daf11ee24a0a1e (patch)
treedebc8029876e27162f35415ad4116583788e35ea /lib
parentc058ca00728fbdbb7cef535a8beb13abbaa58cb7 (diff)
downloadotp-8b06e8921f7e2f9d907df7edd8daf11ee24a0a1e.tar.gz
otp-8b06e8921f7e2f9d907df7edd8daf11ee24a0a1e.tar.bz2
otp-8b06e8921f7e2f9d907df7edd8daf11ee24a0a1e.zip
Extend time to wait for zone files to be loaded
This change was made in order to make slow solaris machines work.
Diffstat (limited to 'lib')
-rwxr-xr-xlib/kernel/test/inet_res_SUITE_data/run-named4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kernel/test/inet_res_SUITE_data/run-named b/lib/kernel/test/inet_res_SUITE_data/run-named
index b418607d48..7caa3756ef 100755
--- a/lib/kernel/test/inet_res_SUITE_data/run-named
+++ b/lib/kernel/test/inet_res_SUITE_data/run-named
@@ -2,7 +2,7 @@
##
## %CopyrightBegin%
##
-## Copyright Ericsson AB 2009. All Rights Reserved.
+## Copyright Ericsson AB 2009-2011. All Rights Reserved.
##
## The contents of this file are subject to the Erlang Public License,
## Version 1.1, (the "License"); you may not use this file except in
@@ -155,7 +155,7 @@ $NAMED $NAMED_FG -c "$CONF_FILE" >"$LOG_FILE" 2>&1 </dev/null &
NAMED=$!
trap "kill -TERM $NAMED >/dev/null 2>&1; wait $NAMED >/dev/null 2>&1" \
0 1 2 3 15
-sleep 1 # Give name server time to load its zone files
+sleep 2 # Give name server time to load its zone files
echo "Running: Enter \`\`quit'' to terminate nameserver[$NAMED]..."
while read LINE; do
test :"$LINE" = :'quit' && break