diff options
author | Kali Kaneko <kali@leap.se> | 2013-09-28 12:11:23 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-09-30 10:15:13 -0400 |
commit | 9c8c949f776d3a0377d5112e34a05499d2c97bd3 (patch) | |
tree | 6f23d935fe9734746790ddf2305fb72efe916b7b | |
parent | 6af326fd901243cc5e36ddbcecff0690d1abee5e (diff) |
increase timeout, getting many timeouts for european providers
-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 |