summary refs log tree commit diff
path: root/t/pbc.t (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix redeclaration warningRobin Edwards2013-03-201-2/+2
|
* Support for a timeout attribute in the PBC clientAlexis Sukrieh2012-07-041-0/+28
The timeout option was only supported for the REST client, the PBC role did have a hard-coded timeout set to 30 seconds. This patch allows the caller to change it, by passing the timeout attrbute to the constructor. A test script is provided.