ARM-software / trappy

This repository has moved to https://gitlab.arm.com/tooling/trappy
Apache License 2.0
60 stars 39 forks source link

EventPlot: increase requirejs timetout #191

Closed JaviMerino closed 8 years ago

JaviMerino commented 8 years ago

requirejs can timeout when loading EventPlot.js in notebooks with many EventPlots and ILinePlots running in slow machines using Firefox. As a result, all EventPlots are empty. Double the requirejs timeout (the default is 7s) to give Firefox enough time to execute all the javascript and load EventPlot.js