From eeca5507319cbfd6c72fef95a8faf2931c6c138c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 8 Jun 2005 12:47:00 +0000 Subject: r7390: Revision 7371 did not help :-( (This used to be commit a405e7f479cb71be5634b79f2d7847fcf018f516) --- source3/torture/torture.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3') 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"); -- cgit