From 065bcf4b15d25a8bbc7b62654bb0ee2a38c1914a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 25 Jan 2013 11:44:16 +0200 Subject: [PATCH] test: Use a 60-second timeout for pairing --- test/simple-agent | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/simple-agent b/test/simple-agent index 08cdd7613..854e1af46 100755 --- a/test/simple-agent +++ b/test/simple-agent @@ -169,7 +169,8 @@ if __name__ == '__main__': options.adapter_pattern) dev_path = device.object_path agent.set_exit_on_release(False) - device.Pair(reply_handler=pair_reply, error_handler=pair_error) + device.Pair(reply_handler=pair_reply, error_handler=pair_error, + timeout=60000) device_obj = device else: manager.RequestDefaultAgent(path) -- 2.11.0