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

Commit a80c38c

Browse files
committed
Increase times for watch tests
1 parent ff51833 commit a80c38c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe("watch option modified through api", () => {
5151
}
5252
});
5353
fsExtra.copySync(fixturesFolder("files-modification"), fixturesFolder("files-watch"));
54-
await wait(2000);
54+
await wait(4000);
5555
});
5656

5757
it("should return watch enabled when getting settings", async () => {
@@ -77,7 +77,7 @@ describe("watch option modified through api", () => {
7777
}
7878
});
7979
fsExtra.copySync(fixturesFolder("web-tutorial"), fixturesFolder("files-watch"));
80-
await wait(2000);
80+
await wait(4000);
8181
});
8282

8383
it("should return watch disabled when getting settings", async () => {

0 commit comments

Comments
 (0)