Increase plugin timeout

I’ve written a plugin that fetches a webpage (actually axios.get(webpageUlr)).

When I run it on node JS with webpages that time a long time to load, it waits for an HTTP status.

When I run it within a Bubble plugin, it times out after about 2 minutes.

For most webpages this is fine.

But every once in a while I need to fetch one that takes more than two minutes to load.

But I don’t know how.

Does anyone know how to extend the plugin timeout?