summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-06-08 12:47:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:57:07 -0500
commiteeca5507319cbfd6c72fef95a8faf2931c6c138c (patch)
treee2806be930cd1bae74844b2382a0999419538bc3 /source3/torture
parent04e07e8cc9d6615381e0501cd36cf7d78aeed189 (diff)
downloadsamba-eeca5507319cbfd6c72fef95a8faf2931c6c138c.tar.gz
samba-eeca5507319cbfd6c72fef95a8faf2931c6c138c.tar.bz2
samba-eeca5507319cbfd6c72fef95a8faf2931c6c138c.zip
r7390: Revision 7371 did not help :-(
(This used to be commit a405e7f479cb71be5634b79f2d7847fcf018f516)
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/torture.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 199fe74b73..ef9497d9ad 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -4481,10 +4481,6 @@ static BOOL run_dirtest1(int dummy)
cli_sockopt(cli, sockops);
- /* This is for a particular *slow* machine, lets see whether this then
- * shows up in the build farm. */
- cli->timeout *= 10;
-
cli_list(cli, "\\LISTDIR\\*", 0, del_fn, cli);
cli_list(cli, "\\LISTDIR\\*", aDIR, del_fn, cli);
cli_rmdir(cli, "\\LISTDIR");