You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2010/08/25 15:00:50 UTC

svn commit: r989083 - /httpd/test/framework/trunk/t/modules/dav.t

Author: rjung
Date: Wed Aug 25 13:00:50 2010
New Revision: 989083

URL: http://svn.apache.org/viewvc?rev=989083&view=rev
Log:
One second is a bit to short to compensate
agaist NFS time shifts.

We can't fix it universally, but 2 seconds seem
to be safe in most environments.

Modified:
    httpd/test/framework/trunk/t/modules/dav.t

Modified: httpd/test/framework/trunk/t/modules/dav.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/dav.t?rev=989083&r1=989082&r2=989083&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/dav.t (original)
+++ httpd/test/framework/trunk/t/modules/dav.t Wed Aug 25 13:00:50 2010
@@ -54,7 +54,7 @@ ok $response->is_success;
 ## get properties ##
 ## Wait until none of the returned time
 ## properties equals "now"
-sleep(1);
+sleep(2);
 $response = $resource->propfind;
 print "getting DAV resource properties:\n";
 ok $response->is_success;