diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-09-30 11:28:12 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-09-30 11:28:12 -0300 |
commit | ac502ce982de1191a0af89683db517fe7c90914b (patch) | |
tree | ccb3b1c7ebec50e457eb4cc99dee69da058d5c43 /src/leap/bitmask/util | |
parent | 4728ea9e5cbb0f7ed47e7ca609c0531a31c847e0 (diff) | |
parent | 37e27011b7bd8d5fe7825b1757f0b381fe8467e5 (diff) |
Merge remote-tracking branch 'kali/feature/provider_check_against_ca_bundle' into develop
Diffstat (limited to 'src/leap/bitmask/util')
-rw-r--r-- | src/leap/bitmask/util/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/util/constants.py b/src/leap/bitmask/util/constants.py index 63f6b1f7..e6a6bdce 100644 --- a/src/leap/bitmask/util/constants.py +++ b/src/leap/bitmask/util/constants.py @@ -16,4 +16,4 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. SIGNUP_TIMEOUT = 5 -REQUEST_TIMEOUT = 10 +REQUEST_TIMEOUT = 15 |