diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-30 18:07:33 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-30 18:07:33 -0300 |
commit | 0f72cb6694ea8f6d17f731c469f976250eab61f8 (patch) | |
tree | 3acd0028829ce83894e9dfa205f63ac8d47224d4 | |
parent | 602f1afc87ad78deea9412385598526783557ae2 (diff) |
Reduce services stop timeout.
-rw-r--r-- | src/leap/bitmask/gui/mainwindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py index 4f7f519c..c08ef08d 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -97,7 +97,7 @@ class MainWindow(QtGui.QMainWindow): EIP_START_TIMEOUT = 60000 # in milliseconds # We give the services some time to a halt before forcing quit. - SERVICES_STOP_TIMEOUT = 20000 # in milliseconds + SERVICES_STOP_TIMEOUT = 3000 # in milliseconds def __init__(self, start_hidden=False, backend_pid=None): """ |