This commit is contained in:
simojenki
2022-07-29 13:45:57 +10:00
parent 38f53168fa
commit add87e5df9
9 changed files with 90 additions and 80 deletions

View File

@@ -91,7 +91,7 @@ describe("rating to and from ints", () => {
});
describe("service config", () => {
jest.setTimeout(Number.parseInt(process.env["JEST_TIMEOUT"] || "2000"));
jest.setTimeout(Number.parseInt(process.env["JEST_TIMEOUT"] || "5000"));
const bonobWithNoContextPath = url("http://localhost:1234");
const bonobWithContextPath = url("http://localhost:5678/some-context-path");