Skip to content

Commit 17939fe

Browse files
committed
increase jasmine timout interval in some gl tests to pass on CI
1 parent 9fea24b commit 17939fe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/jasmine/tests/gl3d_plot_interact_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ describe('Test gl3d drag and wheel interactions', function() {
935935

936936
beforeEach(function() {
937937
gd = createGraphDiv();
938-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 6000;
938+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
939939
});
940940

941941
afterEach(function() {

test/jasmine/tests/parcoords_test.js

+2
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ describe('parcoords initialization tests', function() {
365365
describe('parcoords edge cases', function() {
366366
var gd;
367367
beforeEach(function() {
368+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
369+
368370
gd = createGraphDiv();
369371
});
370372

0 commit comments

Comments
 (0)