Skip to content

Commit 1b9fef3

Browse files
committed
try a higher timeout for jasmine tests in _select functio
1 parent b468c2f commit 1b9fef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/splom_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ describe('Test splom select:', function() {
15861586

15871587
var to = setTimeout(function() {
15881588
reject('fail: plotly_selected not emitter');
1589-
}, 300);
1589+
}, 700);
15901590

15911591
gd.once('plotly_selected', function(d) {
15921592
clearTimeout(to);

0 commit comments

Comments
 (0)