Module Name: src Committed By: pgoyette Date: Thu Nov 11 14:08:45 UTC 2010
Modified Files: src/external/bsd/libevent/dist/test: regress_http.c Log Message: Adjust timers a bit so that the http timer can get a chance to expire, even when running under qemu on platforms with a clock-skew problem. The original 3-second timer was intended to be "longer than the http timeout" (which is 2 seconds), and the updated 5-second value still meets this requirement. The updated value also meets the requirement even when the http timeout stretches to 4-seconds under qemu. This is part 1 of getting the libevent tests working on port-amd64 with qemu. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/bsd/libevent/dist/test/regress_http.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.