File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments