Skip to content

Commit 7308c06

Browse files
Copilotdata-douser
andauthored
Increase @sap/cds-indexer timeout from 2 min to 10 min (#308)
* Initial plan * Increase CDS indexer timeout from 120s to 600s (10 minutes) Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
1 parent 049d34b commit 7308c06

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

extractors/cds/tools/dist/cds-extractor.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extractors/cds/tools/dist/cds-extractor.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extractors/cds/tools/package-lock.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extractors/cds/tools/src/cds/indexer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { cdsExtractorLog } from '../logging';
88
import type { CdsDependencyGraph, CdsProject } from './parser/types';
99

1010
/** Maximum time (ms) allowed for a single cds-indexer invocation. */
11-
const CDS_INDEXER_TIMEOUT_MS = 120_000;
11+
const CDS_INDEXER_TIMEOUT_MS = 600_000;
1212

1313
/** The npm package name for cds-indexer. */
1414
const CDS_INDEXER_PACKAGE = '@sap/cds-indexer';

0 commit comments

Comments
 (0)