Skip to content

Commit 1b2e7cc

Browse files
authored
increase encode test timeout to 30 seconds (#2327)
1 parent d2fe6c8 commit 1b2e7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dd-trace/test/encode/0.4.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe('encode', () => {
119119
})
120120

121121
it('should work when the buffer is resized', function () {
122-
this.timeout(6000)
122+
this.timeout(30000)
123123
// big enough to trigger a resize
124124
const dataToEncode = Array(15000).fill({
125125
trace_id: id('1234abcd1234abcd'),

0 commit comments

Comments
 (0)