labbcatTimeout {nzilbb.labbcat} | R Documentation |
Sets the timeout for request to the LaBB-CAT server in future function calls. The default timeout is 10 seconds.
labbcatTimeout(seconds = NULL)
seconds |
The number of seconds before requests return with a timeout error. |
The request timeout in seconds
## Not run:
## the request timeout
labbcatTimeout(30)
## End(Not run)