diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-18 06:19:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:33:30 -0500 |
commit | 9465b8de07989150f71991ef712a26325aff47b8 (patch) | |
tree | afad2cc501a73747807710126f7ec8314a86a47e | |
parent | 20b6f0a11b7827f327de05b68370759129db1fe2 (diff) | |
download | samba-9465b8de07989150f71991ef712a26325aff47b8.tar.gz samba-9465b8de07989150f71991ef712a26325aff47b8.tar.bz2 samba-9465b8de07989150f71991ef712a26325aff47b8.zip |
r9379: the valgrind test box is now just going past the max 30 minute smbd
runtime for testing. Increased to 45 minutes.
(This used to be commit 4fd436260901785e808de23763a6e127bc742142)
-rwxr-xr-x | source4/script/tests/test_functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh index e228fe8a93..3a206f9582 100755 --- a/source4/script/tests/test_functions.sh +++ b/source4/script/tests/test_functions.sh @@ -19,7 +19,7 @@ smbd_check_or_start() { echo -n "STARTING SMBD..." (( - $SMBD_VALGRIND $SRCDIR/bin/smbd --maximum-runtime=1800 -d1 -s $CONFFILE -M single -i < $SMBD_TEST_FIFO > $SMBD_TEST_LOG 2>&1; + $SMBD_VALGRIND $SRCDIR/bin/smbd --maximum-runtime=2700 -d1 -s $CONFFILE -M single -i < $SMBD_TEST_FIFO > $SMBD_TEST_LOG 2>&1; ret=$?; rm -f $SMBD_TEST_FIFO; if [ -n "$SOCKET_WRAPPER_DIR" -a -d "$SOCKET_WRAPPER_DIR" ]; then |