Skip to content

Commit 0864381

Browse files
committed
increase timeout
1 parent 051e906 commit 0864381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/splom_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ describe('Test splom select:', function() {
15851585

15861586
var to = setTimeout(function() {
15871587
reject('fail: plotly_selected not emitter');
1588-
}, 200);
1588+
}, 300);
15891589

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

0 commit comments

Comments
 (0)