Configure request timeout in particle-api-js?

Is it possible to configure the timeout on each of the methods in the particle-api-js lib? Also, what’s the default?

Mostly asking because every once in a while I need to make at the same time few tens of requests to get variables from a device, and when the connectivity is not great some of these never call back the promises. Ideally I’d like to retry the request sooner rather than later (at least the first retry).

Thanks!