diff options
author | kali <kali@leap.se> | 2012-08-30 06:06:36 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-30 06:06:36 +0900 |
commit | 3c59f021dde265bc314cd6b52d3aafbb8532b1ec (patch) | |
tree | dba7f051a2de2207909dfb163fea75e07596fe5b /src/leap/baseapp/mainwindow.py | |
parent | 5e77b77765154850fb708e6ea188fcf7ba99fdce (diff) | |
parent | d4de193b52881590c07468bdfece5f82fa48840d (diff) |
Merge branch 'feature/ovpn-no-config' into develop
closes #447
deprecates the use of config files; all options are passed
to openvpn as command line arguments.
Diffstat (limited to 'src/leap/baseapp/mainwindow.py')
-rw-r--r-- | src/leap/baseapp/mainwindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/baseapp/mainwindow.py b/src/leap/baseapp/mainwindow.py index d7f4ecac..2f7a14dd 100644 --- a/src/leap/baseapp/mainwindow.py +++ b/src/leap/baseapp/mainwindow.py @@ -431,7 +431,7 @@ technolust</i>") if self.conductor.with_errors: #XXX how to wait on pkexec??? #something better that this workaround, plz!! - time.sleep(10) + time.sleep(5) print('errors. disconnect.') self.start_or_stopVPN() # is stop |