Skip to content

Commit 29d8d9b

Browse files
authored
Merge pull request #5627 from plotly/fixup-splom-test
Adjust splom test to run smoothly on the CircleCI
2 parents c92623c + 0864381 commit 29d8d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/splom_test.js

+2-2
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);
@@ -1684,7 +1684,7 @@ describe('Test splom select:', function() {
16841684
.then(done, done.fail);
16851685
});
16861686

1687-
it('@noCI @gl should redraw splom traces before scattergl trace (if any)', function(done) {
1687+
it('@gl should redraw splom traces before scattergl trace (if any)', function(done) {
16881688
var fig = require('@mocks/splom_with-cartesian.json');
16891689
fig.layout.dragmode = 'select';
16901690
fig.layout.width = 400;

0 commit comments

Comments
 (0)