Skip to content

Commit f6ac23c

Browse files
committed
test: use default waitForFile interval
1 parent d087f14 commit f6ac23c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/rstack/test/config/reload-app-config/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ define.app({
2828

2929
execCliAsync('dev --config test-temp-rstack.config.ts');
3030

31-
await waitForFile(dist1, { interval: 50 });
31+
await waitForFile(dist1);
3232

3333
await writeFile(
3434
configFile,
@@ -46,7 +46,7 @@ define.app({
4646
`,
4747
);
4848

49-
await waitForFile(dist2, { interval: 50 });
49+
await waitForFile(dist2);
5050
}, 30_000);
5151

5252
test('should reload config when an imported file changes', async ({ execCliAsync, logHelper }) => {

0 commit comments

Comments
 (0)