Diff between 8446f70d3500ed57749bec7a70c84fd631165521 and 6c5efac68473eddce0624c48aef92af6eca9bac4

Changed Files

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

Full Patch

diff --git a/test/simple-agent b/test/simple-agent
index 38d0235..310a058 100755
--- a/test/simple-agent
+++ b/test/simple-agent
@@ -123,6 +123,7 @@ if __name__ == '__main__':
 
 		agent.set_exit_on_release(False)
 		adapter.CreatePairedDevice(args[1], path, capability,
+					timeout=60000,
 					reply_handler=create_device_reply,
 					error_handler=create_device_error)
 	else: