Skip to content

Commit

Permalink
fix: lint and timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Jan 18, 2024
1 parent d79036a commit fd13b8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/grpc-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
1 change: 0 additions & 1 deletion packages/keto/integration/test/test.constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import path from 'path'
import { FileToCopy } from 'testcontainers/build/types'

export const KETO_MIGRATE_COMMAND = ['migrate', 'up', '--yes']
Expand Down

0 comments on commit fd13b8d

Please sign in to comment.