# HG changeset patch # User Simon Cross # Date 1316300634 -7200 # Node ID 5f1aa75c9e7407743f6bde70c713031b1938f10d # Parent 676e18712c4254c7e032a874801ed0a65c7df20f Set timeout to 10s. diff -r 676e18712c42 -r 5f1aa75c9e74 mamba/habitats/userlevelmenu.py --- a/mamba/habitats/userlevelmenu.py Sun Sep 18 01:01:35 2011 +0200 +++ b/mamba/habitats/userlevelmenu.py Sun Sep 18 01:03:54 2011 +0200 @@ -10,7 +10,7 @@ class UserLevelApi(object): - def __init__(self, ctype, url=LEVEL_SERVER, timeout=5): + def __init__(self, ctype, url=LEVEL_SERVER, timeout=10): assert ctype in ("curated", "uncurated") assert url.endswith("/") self.ctype = ctype