summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py
index c7c6950a..fa441cd1 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -437,7 +437,7 @@ class coverage(object):
# if the process forks.
data_suffix = "%s.%s.%06d" % (
socket.gethostname(), os.getpid(),
- random.randint(0, 99999)
+ random.randint(0, 999999)
)
self._harvest_data()