fix: increase file-watcher test delay for CI stability
This commit is contained in:
parent
084fb35c1e
commit
ce6e684899
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ test("extensions directory change emits extensions-changed event", async () => {
|
|||
join(dir, "extensions", "my-ext.json"),
|
||||
JSON.stringify({ name: "test" }),
|
||||
);
|
||||
await delay(600);
|
||||
await delay(1000);
|
||||
|
||||
const matched = bus.events.filter(
|
||||
(e) => e.channel === "extensions-changed",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue