From c07f5a48c2d32610746e85f04058146a08a44958 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 31 Dec 2008 16:51:14 +0000 Subject: I hade WRITE_PAD set too low, alas. This caused the check logs to be regenerated incorrectly. --- gpsfake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsfake.py') diff --git a/gpsfake.py b/gpsfake.py index 73b8f147..a68495eb 100644 --- a/gpsfake.py +++ b/gpsfake.py @@ -78,7 +78,7 @@ import gps # failures that usually look like lines missing from the end of the # test output relative to the check file. This number might have to # be adusted upward on faster machines. -WRITE_PAD = 7.0 +WRITE_PAD = 10.0 class TestLoadError(exceptions.Exception): def __init__(self, msg): -- cgit v1.2.1