Skip to content

Commit 922f072

Browse files
committed
Increase jest timeout
1 parent 43a6a22 commit 922f072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amplication-data-service-generator/src/tests/create-data-service.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import appInfo from "./appInfo";
55

66
describe("createDataService", () => {
77
test("creates app as expected", async () => {
8-
jest.setTimeout(10000);
8+
jest.setTimeout(100000);
99
const modules = await createDataService(entities, roles, appInfo);
1010
const typescriptModules = modules.filter(
1111
(module) => module.path.endsWith(".ts") || module.path.endsWith(".tsx")

0 commit comments

Comments
 (0)