summaryrefslogtreecommitdiffstats
path: root/Handler
diff options
context:
space:
mode:
authortriatmoko2011-07-15 14:20:25 +0200
committertriatmoko2011-07-15 14:20:25 +0200
commita5d9e038e895d9b82e8bc6503856c06f4c02f056 (patch)
tree274d684670efba5fedd281671a55a909a5032904 /Handler
parentinsert line for test result. (diff)
downloadgsm-selftest-a5d9e038e895d9b82e8bc6503856c06f4c02f056.tar.gz
gsm-selftest-a5d9e038e895d9b82e8bc6503856c06f4c02f056.tar.xz
gsm-selftest-a5d9e038e895d9b82e8bc6503856c06f4c02f056.zip
timeout for controller.
Diffstat (limited to 'Handler')
-rw-r--r--Handler/sipCall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Handler/sipCall.py b/Handler/sipCall.py
index 5e17b81..a0b96e5 100644
--- a/Handler/sipCall.py
+++ b/Handler/sipCall.py
@@ -49,7 +49,7 @@ class MyCallCallback(pj.CallCallback):
status = 200
server.sendData(status)
else:
- sleep(1)
+ sleep(0.5)
if self.call.info().last_reason <> "":