summaryrefslogtreecommitdiff
path: root/cesar
diff options
context:
space:
mode:
authorNélio Laranjeiro2011-11-15 17:44:59 +0100
committerNélio Laranjeiro2011-11-28 17:12:21 +0100
commit69f401320dfda8a8ad730c7617c9685a3472ac95 (patch)
treed18474788eabb6640d6307608429913935b3da62 /cesar
parent62c0160fb87f2b4deff2f9e1d46158ffce8e7932 (diff)
cesar/maximus/python/tools/csi: reduce default timeout
for process_wait_association and process_wait_authentication
Diffstat (limited to 'cesar')
-rw-r--r--cesar/maximus/python/tools/csi/csicore.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/maximus/python/tools/csi/csicore.py b/cesar/maximus/python/tools/csi/csicore.py
index a51b7032db..8861915e6c 100644
--- a/cesar/maximus/python/tools/csi/csicore.py
+++ b/cesar/maximus/python/tools/csi/csicore.py
@@ -416,7 +416,7 @@ class csiCore:
break
return assoc
- def process_wait_association (self, timeout = 15):
+ def process_wait_association (self, timeout = 5):
"""Wait until all the station of all AVLN are associated."""
time = 0;
@@ -451,7 +451,7 @@ class csiCore:
return auth
- def process_wait_authentication(self, timeout = 15):
+ def process_wait_authentication(self, timeout = 5):
"""Wait until all the station of all AVLN are authenticated."""
time = 0;