Skip to content

Commit

Permalink
test(hydra-client-wrapper): increaase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Apr 8, 2024
1 parent 456f71b commit dbfbe5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/base-client-wrapper/src/lib/ory-base.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
import { OryBaseService } from './ory-base.service';

declare module 'axios' {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface AxiosRequestConfig extends AxiosExtraRequestConfig {}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('Hydra client wrapper E2E', () => {
});

expect(body).toEqual({ message: clientId });
});
}, 20000);

it('should fail to authenticate user when it is not registered in Ory Kratos', async () => {
const { body } = await request(app.getHttpServer())
Expand Down

0 comments on commit dbfbe5a

Please sign in to comment.