bump a timeout somewhat
Signed-off-by: Fredrik Adelöw <freben@spotify.com>
This commit is contained in:
@@ -23,3 +23,5 @@ Object.defineProperty(global, 'TextEncoder', {
|
||||
Object.defineProperty(global, 'TextDecoder', {
|
||||
value: require('node:util').TextDecoder,
|
||||
});
|
||||
|
||||
jest.setTimeout(15_000);
|
||||
|
||||
Reference in New Issue
Block a user