Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d16ec29

Browse files
committed
Change gl test timeout to 500ms
1 parent bc329a9 commit d16ec29

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
@@ -153,7 +153,7 @@ describe('Test plot structure', function() {
153153

154154
describe('buttons resetCameraDefault3d and resetCameraLastSave3d', function() {
155155
// changes in scene objects are not instantaneous
156-
var DELAY = 200;
156+
var DELAY = 500;
157157

158158
it('should update the scene camera', function(done) {
159159
var sceneLayout = gd._fullLayout.scene,

0 commit comments

Comments
 (0)