Skip to content

Commit 85fb4ea

Browse files
test(truncate): increase timeout for handling very long strings
1 parent 85ea7f8 commit 85fb4ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/helpers/src/strings.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ describe('helpers', () => {
170170
// Truncate to a length greater than the string
171171
const result3 = truncate(longString, 200_000);
172172
expect(result3).toBe(longString);
173-
}, 100);
173+
}, 300);
174174
});
175175
});

0 commit comments

Comments
 (0)