diff options
author | Kali Kaneko <kali@leap.se> | 2013-10-14 17:33:57 -0300 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-10-14 17:33:57 -0300 |
commit | 5d573b4f10109811b1ec7d277dfb15c548f00530 (patch) | |
tree | 3de86f0c027a29f7dfb2dac94e3d7f9251f1018b /src/leap/bitmask/util/constants.py | |
parent | 5111539437aa98660e72a19e2468b3e3fac44942 (diff) | |
parent | 584866689560bd2ebea01ecc5e6ae5e79ce7fc81 (diff) |
Merge tag '0.3.4' into debian
Tag leap.bitmask version 0.3.4
Conflicts:
pkg/requirements.pip
Diffstat (limited to 'src/leap/bitmask/util/constants.py')
-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 |