|
|
@@ -105,7 +105,7 @@ probePromise()
|
|
|
rm(configPath, { force: true }),
|
|
|
])
|
|
|
}
|
|
|
- }, 20_000)
|
|
|
+ }, 60_000)
|
|
|
|
|
|
it('runs JavaScript compatibility and nursery rules', async () => {
|
|
|
const suffix = randomUUID()
|
|
|
@@ -152,7 +152,7 @@ export const longProbe = 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 +
|
|
|
rm(configPath, { force: true }),
|
|
|
])
|
|
|
}
|
|
|
- }, 20_000)
|
|
|
+ }, 60_000)
|
|
|
|
|
|
it('keeps the complete stylistic contract in Oxlint', async () => {
|
|
|
const oxlintPath = join(repositoryRoot, '.oxlintrc.json')
|
|
|
@@ -252,7 +252,7 @@ export const longProbe = 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 +
|
|
|
rm(configPath, { force: true }),
|
|
|
])
|
|
|
}
|
|
|
- }, 20_000)
|
|
|
+ }, 60_000)
|
|
|
|
|
|
it('accepts an ignored-only staged selection', () => {
|
|
|
const result = runOxlint([
|
|
|
@@ -371,6 +371,6 @@ export const longProbe = 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 +
|
|
|
await rm(directory, { recursive: true, force: true })
|
|
|
}
|
|
|
},
|
|
|
- 20_000,
|
|
|
+ 60_000,
|
|
|
)
|
|
|
})
|