Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5b7c26

Browse files
committed
step PLOT_DELAY to 0
1 parent 3148cf7 commit d5b7c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/gl_plot_interact_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var customMatchers = require('../assets/custom_matchers');
1616
*
1717
*/
1818

19-
var PLOT_DELAY = 200;
19+
var PLOT_DELAY = 0;
2020
var MOUSE_DELAY = 20;
2121
var MODEBAR_DELAY = 500;
2222

0 commit comments

Comments
 (0)