* In the VM tests, apply a patch to increase the 15s timeout on CIFS

operations to 120s.  This is necessary if the host is heavily
  loaded.  For instance, in the Hydra build farm, if there are many
  concurrent jobs, VM builds often fail because they hit the timeout.

svn path=/nixpkgs/trunk/; revision=22347
This commit is contained in:
Eelco Dolstra
2010-06-20 20:52:08 +00:00
parent ee1718380d
commit cb5bcfa04a
3 changed files with 63 additions and 7 deletions
@@ -155,4 +155,11 @@ in
features.aufsBase = true;
};
# Increase the timeout on CIFS requests from 15 to 120 seconds to
# make CIFS more resilient to high load on the CIFS server.
cifs_timeout =
{ name = "cifs-timeout";
patch = ./cifs-timeout.patch;
};
}