Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger committed Nov 4, 2024
1 parent b55e958 commit d0bb2aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ describe("jsonschema", () => {
await readFile(join(pathOfDirectory, RelativeFilePath.of("schema.json")), "utf-8")
);
expect(jsonSchema).toMatchSnapshot();
}, 10_000);
}, 20_000);
});

0 comments on commit d0bb2aa

Please sign in to comment.