From a405e7f479cb71be5634b79f2d7847fcf018f516 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 8 Jun 2005 12:47:00 +0000 Subject: [PATCH] r7390: Revision 7371 did not help :-( --- source/torture/torture.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/torture/torture.c b/source/torture/torture.c index 199fe74b73f..ef9497d9ad9 100644 --- a/source/torture/torture.c +++ b/source/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");