Skip to contents

Sets the timeout for request to the LaBB-CAT server in future function calls. The default timeout is 10 seconds

Usage

labbcatTimeout(seconds = NULL)

Arguments

seconds

The number of seconds before requests return with a timeout error.

Value

The request timeout in seconds

Examples

if (FALSE) { # \dontrun{
## the request timeout
labbcatTimeout(30)
} # }