Skip to content

Commit 22ebf49

Browse files
committed
Try more things
1 parent dbe9a8a commit 22ebf49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Done
5454
error: null,
5555
});
5656

57-
expect(fs.readFileSync(path.join(tmpDir, 'example.ts'), 'utf-8')).toMatchSnapshot();
58-
}, 25_000);
57+
expect(fs.readFileSync(path.resolve(tmpDir, 'example.ts'), 'utf-8')).toMatchSnapshot();
58+
}, 120_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)