Increase timeouts

This commit is contained in:
Adria Navarro 2024-03-06 00:58:05 +01:00
parent 60f82610f6
commit d35d382ddb
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ import { generator, structures } from "../../../tests"
import RedisWrapper from "../redis"
import { env } from "../.."
jest.setTimeout(30000)
describe("redis", () => {
let redis: RedisWrapper
let container: StartedTestContainer