In my code, I have set a default timeout of 10 seconds that is used by the majority of my requests:
axios.defaults.timeout = 10000;
However,