diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-voicecall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-voicecall b/test/test-voicecall index a3fb918f..13f371a4 100755 --- a/test/test-voicecall +++ b/test/test-voicecall @@ -80,7 +80,7 @@ if __name__ == "__main__": call.connect_to_signal("PropertyChanged", voicecall_property_changed) - gobject.timeout_add(5000, hangup_all) + gobject.timeout_add(10000, hangup_all) mainloop = gobject.MainLoop() mainloop.run() |