summaryrefslogtreecommitdiff
path: root/t/pbc.t (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-20Fix redeclaration warningRobin Edwards1-2/+2
2012-07-04Support for a timeout attribute in the PBC clientAlexis Sukrieh1-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.