r7371: On one build farm box dirtest1 does not return, I think this might be due to
authorVolker Lendecke <vlendec@samba.org>
Tue, 7 Jun 2005 15:59:14 +0000 (15:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:57:06 +0000 (10:57 -0500)
it being too slow. The build farm re-runs that with debuglevel 10, and this
ends up with a 400MB logfile which is not synced. Lets see if with this change
the machine pops up on build.samba.org....

Volker
(This used to be commit b4a6ace00dbf1a6b6200704197df7ecd460412e9)

source3/torture/torture.c

index ef9497d9ad9e16cccee7091f8d60509a17053761..199fe74b73fb4fc89fd2f068abad47025cd55b52 100644 (file)
@@ -4481,6 +4481,10 @@ 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");