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

Commit 904396d

Browse files
committed
Increase tiemout in watch tests
1 parent a80c38c commit 904396d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

5757
it("should return watch enabled when getting settings", async () => {
5858
const settingsResponse = await request("/admin/settings");
@@ -77,8 +77,8 @@ describe("watch option modified through api", () => {
7777
}
7878
});
7979
fsExtra.copySync(fixturesFolder("web-tutorial"), fixturesFolder("files-watch"));
80-
await wait(4000);
81-
});
80+
await wait(6000);
81+
}, 7000);
8282

8383
it("should return watch disabled when getting settings", async () => {
8484
const settingsResponse = await request("/admin/settings");

0 commit comments

Comments
 (0)