Skip to content

Commit e43507e

Browse files
committed
Increase timeout
1 parent 9251311 commit e43507e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/jasmine/tests/gl_plot_interact_test.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ describe('Test gl3d plots', function() {
6363
beforeEach(function() {
6464
gd = createGraphDiv();
6565
ptData = {};
66+
67+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 4000;
6668
});
6769

6870
afterEach(function() {
@@ -1446,7 +1448,7 @@ describe('Test gl2d plots', function() {
14461448
var mock = require('@mocks/gl2d_10.json');
14471449

14481450
beforeEach(function() {
1449-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 3000;
1451+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 4000;
14501452
gd = createGraphDiv();
14511453
});
14521454

@@ -1582,7 +1584,7 @@ describe('Test gl2d plots', function() {
15821584
.then(done);
15831585
});
15841586

1585-
fit('should be able to toggle visibility', function(done) {
1587+
it('should be able to toggle visibility', function(done) {
15861588
var _mock = Lib.extendDeep({}, mock);
15871589
_mock.data[0].line.width = 5;
15881590

0 commit comments

Comments
 (0)