Skip to content

Commit 3d6c46b

Browse files
committed
plotly#313 increase mouse related time delay to avoid stochastic test failing
1 parent c5a59ba commit 3d6c46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/gl_plot_interact_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var customMatchers = require('../assets/custom_matchers');
1717
*/
1818

1919
var PLOT_DELAY = 200;
20-
var MOUSE_DELAY = 20;
20+
var MOUSE_DELAY = 60;
2121
var MODEBAR_DELAY = 500;
2222

2323

0 commit comments

Comments
 (0)