Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit cda9823

Browse files
committed
Wait before writing new files
1 parent 904396d commit cda9823

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/acceptance/settings-watch-api.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ describe("watch option modified through api", () => {
5050
watch: true
5151
}
5252
});
53+
await wait(500);
5354
fsExtra.copySync(fixturesFolder("files-modification"), fixturesFolder("files-watch"));
5455
await wait(6000);
5556
}, 7000);
@@ -76,6 +77,7 @@ describe("watch option modified through api", () => {
7677
watch: false
7778
}
7879
});
80+
await wait(500);
7981
fsExtra.copySync(fixturesFolder("web-tutorial"), fixturesFolder("files-watch"));
8082
await wait(6000);
8183
}, 7000);

0 commit comments

Comments
 (0)