Skip to content

Commit 6574e5b

Browse files
committed
bump gl plot interact delay (to 🔪 CI intermittent failures)
1 parent 0b70a3a commit 6574e5b

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)