summaryrefslogtreecommitdiff
path: root/psutil/tests/__init__.py
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-01-14 12:49:26 -0800
committerGiampaolo Rodola <g.rodola@gmail.com>2020-01-14 12:49:26 -0800
commitbc0168ad4a5467ab369f120e646fda811175b210 (patch)
tree152c14a8720bc83da5db3c4fdc91d70cab9d51f2 /psutil/tests/__init__.py
parent346999344bf94084e9bed09457abe18260d3bfd1 (diff)
downloadpsutil-bc0168ad4a5467ab369f120e646fda811175b210.tar.gz
properly cleanup C thread
Diffstat (limited to 'psutil/tests/__init__.py')
-rw-r--r--psutil/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/tests/__init__.py b/psutil/tests/__init__.py
index 3931f1c6..2844360d 100644
--- a/psutil/tests/__init__.py
+++ b/psutil/tests/__init__.py
@@ -127,7 +127,7 @@ NO_RETRIES = 10
# bytes tolerance for system-wide memory related tests
MEMORY_TOLERANCE = 500 * 1024 # 500KB
# the timeout used in functions which have to wait
-GLOBAL_TIMEOUT = 3
+GLOBAL_TIMEOUT = 5
# be more tolerant if we're on travis / appveyor in order to avoid
# false positives
if TRAVIS or APPVEYOR: