Skip to content

Commit

Permalink
fix: fix spec timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Aug 29, 2024
1 parent 1bb30d8 commit e700cca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs/sdk.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ describe('SDK suite', () => {

it('response.emptyBody', async () => {


jest.setTimeout(15_000)

const cli = await getClient({})

const organization = (await cli.organizations.list()).first()
Expand Down

0 comments on commit e700cca

Please sign in to comment.