Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Sep 9, 2022
1 parent 6644a8f commit 856aa98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions npm/rome/tests/daemon/formatContent.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BackendKind, Rome } from "../../dist";
import { resolve } from "path";
import { fileURLToPath } from "url";

const target = process.env.CI ? "target/release/rome" : "target/debug/rome";
const target = process.env.CI ? "target/release/rome" : "target/release/rome";

describe("Rome Deamon formatter", () => {

Expand Down Expand Up @@ -132,4 +132,4 @@ describe("Rome Deamon formatter", () => {
`,
);
});
});
}, 1000);

0 comments on commit 856aa98

Please sign in to comment.