Skip to content

Commit ec57703

Browse files
authored
Merge pull request #1476 from plotly/bump-gl-plot-interact-test-delay
Bump gl plot interact delay
2 parents 0b70a3a + 6574e5b commit ec57703

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
@@ -14,7 +14,7 @@ var customMatchers = require('../assets/custom_matchers');
1414
// useful to put callback in the event queue
1515
function delay() {
1616
return new Promise(function(resolve) {
17-
setTimeout(resolve, 0);
17+
setTimeout(resolve, 20);
1818
});
1919
}
2020

0 commit comments

Comments
 (0)