chore: fix CI

This commit is contained in:
Ralph Khreish
2025-09-29 21:05:56 +02:00
parent 3e96387715
commit 2ea4bb6a81
3 changed files with 12 additions and 7 deletions

View File

@@ -372,7 +372,7 @@ describe('Complex Cross-Tag Scenarios', () => {
fs.writeFileSync(tasksPath, JSON.stringify(largeTaskSet, null, 2));
// Should complete within reasonable time
const timeout = process.env.CI ? 11000 : 6000;
const timeout = process.env.CI ? 12000 : 8000;
const startTime = Date.now();
execSync(
`node ${binPath} move --from=50 --from-tag=master --to-tag=in-progress --with-dependencies`,