Skip to content

Commit 2316ae8

Browse files
heiskrCopilot
andauthored
Increase content-linter integration test timeout to 30s (#59891)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0f96551 commit 2316ae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content-linter/tests/integration/lint-cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import path from 'path'
2828
const rootDir = path.join(__dirname, '../../../..')
2929
const testContentDir = path.join(rootDir, 'content/test-integration')
3030

31-
describe('Content Linter CLI Integration Tests', () => {
31+
describe('Content Linter CLI Integration Tests', { timeout: 30000 }, () => {
3232
// Run all tests in sequence to avoid npm process conflicts
3333
beforeEach(async () => {
3434
// Create test directory

0 commit comments

Comments
 (0)