Skip to content

Commit bc87c01

Browse files
committed
lower delay
1 parent bd5d3d0 commit bc87c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/gl2d_pointcloud_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ describe('pointcloud traces', function() {
231231
_assertRange('base', [-0.548, 9.548], [-1.415, 10.415]);
232232
})
233233
.then(function() { _drag([200, 200], [350, 350]); })
234-
.then(delay(400))
234+
.then(delay(40))
235235
.then(function() {
236236
_assertRange('after zoombox drag', [0.768, 1.591], [5.462, 7.584]);
237237
})

0 commit comments

Comments
 (0)