Skip to content

Commit bc8f75b

Browse files
committed
increased time outfor gl-surface3d objects
1 parent 7acba04 commit bc8f75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/gl3d_plot_interact_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('Test gl3d plots', function() {
6666
gd = createGraphDiv();
6767
ptData = {};
6868

69-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 4000;
69+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 8000;
7070
});
7171

7272
afterEach(function() {

0 commit comments

Comments
 (0)