Skip to content

Commit

Permalink
chore: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Jan 18, 2024
1 parent 6170994 commit c979ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keto/integration/test/client-read.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c979ed0

Please sign in to comment.