Skip to content

Commit 8692ec9

Browse files
committed
Reduce timeout interval
1 parent 348d4d0 commit 8692ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/gl_plot_interact_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ describe('Test gl2d plots', function() {
14461446
var mock = require('@mocks/gl2d_10.json');
14471447

14481448
beforeEach(function() {
1449-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
1449+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 3000;
14501450
gd = createGraphDiv();
14511451
});
14521452

0 commit comments

Comments
 (0)