Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Nov 5, 2024
1 parent ba0e08e commit 4c4d950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/schemas/test/unit/validateSchema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import path from "path";
import { cleanTestDir, testDir } from "../testUtils.js";
import { Manifest, SetupWizard } from "@dappnode/types";

describe("schemaValidation", () => {
describe("schemaValidation", function () {
this.timeout(10000);
describe("manifest", () => {
before(() => {
cleanTestDir();
Expand Down

0 comments on commit 4c4d950

Please sign in to comment.