I have a requirejs project.
While debugging it in chrome i put breakpoints in the code and usually i go slowly through the code. But this causes timeout errors for the future files.
How can i increase the timeout time for the files to like 50 seconds?
You can use the waitSeconds
config option.
require.config({
baseUrl: "./scripts",
waitSeconds: 50,
paths: {
// ...
},
// ...
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With