Skip to content

Commit cb14283

Browse files
committed
plotly#313 test heisenbug solution - increase wait time as 40ms still wasn't enough sometimes
1 parent a045927 commit cb14283

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 = 40;
20+
var MOUSE_DELAY = 60;
2121
var MODEBAR_DELAY = 500;
2222

2323

0 commit comments

Comments
 (0)