bump a timeout somewhat

Signed-off-by: Fredrik Adelöw <freben@spotify.com>
This commit is contained in:
Fredrik Adelöw
2026-03-09 14:31:13 +01:00
parent a6d1c15f75
commit 49a130c68c
+2
View File
@@ -23,3 +23,5 @@ Object.defineProperty(global, 'TextEncoder', {
Object.defineProperty(global, 'TextDecoder', {
value: require('node:util').TextDecoder,
});
jest.setTimeout(15_000);