summaryrefslogtreecommitdiff
path: root/gpsfake.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2008-12-31 16:51:14 +0000
committerEric S. Raymond <esr@thyrsus.com>2008-12-31 16:51:14 +0000
commitc07f5a48c2d32610746e85f04058146a08a44958 (patch)
tree0899ab5da34e90d6d5d34444be07c31b7bfcd347 /gpsfake.py
parent7f3341cb8b97d992138a95c8d35224b758c241a0 (diff)
downloadgpsd-c07f5a48c2d32610746e85f04058146a08a44958.tar.gz
I hade WRITE_PAD set too low, alas.
This caused the check logs to be regenerated incorrectly.
Diffstat (limited to 'gpsfake.py')
-rw-r--r--gpsfake.py2
1 files changed, 1 insertions, 1 deletions
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):