diff --git a/tests/basic/index.test.ts b/tests/basic/index.test.ts index eec089b..1da187c 100644 --- a/tests/basic/index.test.ts +++ b/tests/basic/index.test.ts @@ -15,11 +15,11 @@ const dirname = __dirname.split('/').pop() let driverExceptionThrown = false beforeAll(async () => { - const timeout = 4500 // Should be less then Jest timeout - if (!(await database.ready(timeout))) { - driverExceptionThrown = true - throw new Error(`Database has not become ready in ${timeout}ms!`) - } + // const timeout = 4500 // Should be less then Jest timeout + // if (!(await database.ready(timeout))) { + // driverExceptionThrown = true + // throw new Error(`Database has not become ready in ${timeout}ms!`) + // } await database.tableClient.withSession(async (session) => Promise.all([