Skip to content

Commit

Permalink
Explicitly add a timeout to the directory tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Jan 5, 2024
1 parent 8d30ac1 commit 29ea682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/directory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const initialized = (async () => {
})();

describe("In-Memory Directory", function () {
this.beforeAll(async () => await initialized);
this.timeout("60s").beforeAll(async () => await initialized);

it("read empty dir", async () => {
const dir = new Directory();
Expand Down

0 comments on commit 29ea682

Please sign in to comment.