diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-06-08 12:47:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:57:07 -0500 |
commit | eeca5507319cbfd6c72fef95a8faf2931c6c138c (patch) | |
tree | e2806be930cd1bae74844b2382a0999419538bc3 /source3 | |
parent | 04e07e8cc9d6615381e0501cd36cf7d78aeed189 (diff) | |
download | samba-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')
-rw-r--r-- | source3/torture/torture.c | 4 |
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"); |