aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-01-25 11:44:16 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2013-01-25 11:44:16 +0200
commit065bcf4b15d25a8bbc7b62654bb0ee2a38c1914a (patch)
treea412fcd4247e9883c1068ffb9c5376ae15f2a700 /test
parentcdc493792d0e83bbbd5ed70295e1d1d118be18d8 (diff)
test: Use a 60-second timeout for pairing
Diffstat (limited to 'test')
-rwxr-xr-xtest/simple-agent3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/simple-agent b/test/simple-agent
index 08cdd7613c..854e1af468 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)