Commit 2af25b71 authored by Boris Kocherov's avatar Boris Kocherov

increase timeout for slow connection

parent 46284798
...@@ -605,7 +605,7 @@ ...@@ -605,7 +605,7 @@
iframe_loading_deferred.promise, iframe_loading_deferred.promise,
// Timeout to prevent non renderJS embeddable gadget // Timeout to prevent non renderJS embeddable gadget
// XXX Maybe using iframe.onload/onerror would be safer? // XXX Maybe using iframe.onload/onerror would be safer?
RSVP.timeout(5000) RSVP.timeout(500000)
]); ]);
} }
......
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