From 051e9067a6060cdfd3450409d8cd38ee2e28c27f Mon Sep 17 00:00:00 2001 From: archmoj Date: Tue, 4 May 2021 17:19:37 -0400 Subject: [PATCH 1/2] remove noCI flag --- test/jasmine/tests/splom_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jasmine/tests/splom_test.js b/test/jasmine/tests/splom_test.js index da0c983f5b6..06af19794d3 100644 --- a/test/jasmine/tests/splom_test.js +++ b/test/jasmine/tests/splom_test.js @@ -1684,7 +1684,7 @@ describe('Test splom select:', function() { .then(done, done.fail); }); - it('@noCI @gl should redraw splom traces before scattergl trace (if any)', function(done) { + it('@gl should redraw splom traces before scattergl trace (if any)', function(done) { var fig = require('@mocks/splom_with-cartesian.json'); fig.layout.dragmode = 'select'; fig.layout.width = 400; From 08643811285a4cc0d4aac36f2e621e8b33042bbb Mon Sep 17 00:00:00 2001 From: archmoj Date: Tue, 4 May 2021 17:21:27 -0400 Subject: [PATCH 2/2] increase timeout --- test/jasmine/tests/splom_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jasmine/tests/splom_test.js b/test/jasmine/tests/splom_test.js index 06af19794d3..b2136f801cf 100644 --- a/test/jasmine/tests/splom_test.js +++ b/test/jasmine/tests/splom_test.js @@ -1585,7 +1585,7 @@ describe('Test splom select:', function() { var to = setTimeout(function() { reject('fail: plotly_selected not emitter'); - }, 200); + }, 300); gd.once('plotly_selected', function(d) { clearTimeout(to);