Skip to content

Commit

Permalink
Change timeout for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Feb 7, 2024
1 parent d289b24 commit 66485e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rtk-query-codegen-openapi/test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Done
});

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

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

0 comments on commit 66485e3

Please sign in to comment.