Can't use retries with the sync API.
This commit is contained in:
parent
eac6106b06
commit
af60ff4da7
|
@ -86,9 +86,7 @@ export async function startContainer(container: GenericContainer) {
|
|||
fs.writeFileSync(lockPath, "")
|
||||
}
|
||||
|
||||
const unlock = lockfile.lockSync(lockPath, {
|
||||
retries: 10,
|
||||
})
|
||||
const unlock = lockfile.lockSync(lockPath)
|
||||
|
||||
let startedContainer: StartedTestContainer
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue