Skip to content

Commit

Permalink
[#40] The Jest timeout duration has been increased
Browse files Browse the repository at this point in the history
  • Loading branch information
chungjung-d committed Nov 22, 2024
1 parent 8c064a4 commit c2d9613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cache/cache.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { Redis } from 'ioredis';
import { GenericContainer, StartedTestContainer } from 'testcontainers';
import { CacheNotFoundException } from '../../src/cache/exceptions/cacheNotFound.exception';

jest.setTimeout(30000);
describe('CacheService Integration Test With Redis', () => {
let service: CacheService;
let redis: Redis;
Expand Down

0 comments on commit c2d9613

Please sign in to comment.