diff --git a/packages/keto/integration/test/client-read.test.ts b/packages/keto/integration/test/client-read.test.ts index 7aeae432..d3f6ac09 100644 --- a/packages/keto/integration/test/client-read.test.ts +++ b/packages/keto/integration/test/client-read.test.ts @@ -25,7 +25,7 @@ import { KETO_START_COMMAND } from './test.constants' import { KETO_INIT_COMMAND } from './test.constants' import { KETO_MIGRATE_COMMAND } from './test.constants' -jest.setTimeout(15000) +jest.setTimeout(60000) describe('Keto read client', () => { let app: INestApplication