diff options
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"); |