Diff between cdc493792d0e83bbbd5ed70295e1d1d118be18d8 and 065bcf4b15d25a8bbc7b62654bb0ee2a38c1914a

Changed Files

File Additions Deletions Status
test/simple-agent +2 -1 modified

Full Patch

diff --git a/test/simple-agent b/test/simple-agent
index 08cdd76..854e1af 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)