summaryrefslogtreecommitdiffstats
path: root/test/test-voicecall
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-08-10 16:18:18 -0400
committerMarcel Holtmann <marcel@holtmann.org>2010-08-10 16:18:18 -0400
commit945a621a2ddfc01b8bdd8936044cb7d2604e8608 (patch)
tree8ce09225b422a68f704424829b332df1d5b113ce /test/test-voicecall
parent3d19a00cd7f69f4f8be992cd16abf1245f7fbfa6 (diff)
downloadofono-945a621a2ddfc01b8bdd8936044cb7d2604e8608.tar.bz2
Fix context processing test script when no gateway is provided
Diffstat (limited to 'test/test-voicecall')
-rwxr-xr-xtest/test-voicecall2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-voicecall b/test/test-voicecall
index 89389de9..e13da3f0 100755
--- a/test/test-voicecall
+++ b/test/test-voicecall
@@ -86,7 +86,7 @@ if __name__ == "__main__":
call.connect_to_signal("PropertyChanged", voicecall_property_changed)
- gobject.timeout_add(10000, hangup_all)
+ gobject.timeout_add(1000000, hangup_all)
mainloop = gobject.MainLoop()
mainloop.run()