Skip to content

Commit

Permalink
Add jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Jul 19, 2023
1 parent 8169945 commit 53903e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client-common/__tests__/utils/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { TestLogger } from './test_logger'

let databaseName: string
beforeAll(async () => {
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000
if (
getClickHouseTestEnvironment() === TestEnv.Cloud &&
databaseName === undefined
Expand Down

0 comments on commit 53903e4

Please sign in to comment.