summaryrefslogtreecommitdiff
path: root/psutil/tests/test_system.py
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests/test_system.py')
-rwxr-xr-xpsutil/tests/test_system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/tests/test_system.py b/psutil/tests/test_system.py
index c2b1df84..414c86e9 100755
--- a/psutil/tests/test_system.py
+++ b/psutil/tests/test_system.py
@@ -187,7 +187,7 @@ class TestProcessAPIs(PsutilTestCase):
# if it is no longer in psutil.pids()
time.sleep(.1)
self.assertNotIn(pid, psutil.pids())
- pids = range(max(pids) + 5000, max(pids) + 6000)
+ pids = range(max(pids) + 15000, max(pids) + 16000)
for pid in pids:
self.assertFalse(psutil.pid_exists(pid), msg=pid)