Commit 0012478d authored by Jérome Perrin's avatar Jérome Perrin

renderjs: XXX experiment with a 30s timeout for iframe

renderjs!15
parent 09a14e12
Pipeline #10521 running with stage
......@@ -1705,7 +1705,7 @@ if (typeof document.contains !== 'function') {
iframe_loading_deferred.reject(error);
});
iframe.addEventListener('load', function handleIframeLoad() {
return RSVP.timeout(5000)
return RSVP.timeout(30000)
.fail(function triggerIframeTimeout() {
iframe_loading_deferred.reject(
new Error('Timeout while loading: ' + url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment