Skip to content

Commit 66485e3

Browse files
committed
Change timeout for unit tests
1 parent d289b24 commit 66485e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rtk-query-codegen-openapi/test/cli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Done
5555
});
5656

5757
expect(fs.readFileSync(path.resolve(tmpDir, 'example.ts'), 'utf-8')).toMatchSnapshot();
58-
}, 120_000);
58+
}, 25_000);
5959

6060
test('ts, js and json all work the same', async () => {
6161
await cli([`./test/config.example.js`], __dirname);

0 commit comments

Comments
 (0)