summaryrefslogtreecommitdiff
path: root/src/tox/venv.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tox/venv.py')
-rw-r--r--src/tox/venv.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tox/venv.py b/src/tox/venv.py
index bf91e190..6524296b 100644
--- a/src/tox/venv.py
+++ b/src/tox/venv.py
@@ -130,6 +130,7 @@ class VirtualEnv(object):
command_log,
self.popen,
self.envconfig.envpython,
+ self.envconfig.suicide_timeout,
self.envconfig.interrupt_timeout,
self.envconfig.terminate_timeout,
)