We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1c221 commit 021d4aeCopy full SHA for 021d4ae
evals/e2e/e2e-cat-app-script.ts
@@ -7,7 +7,7 @@ import { sleep } from '../../common/src/util/promise' // Corrected import path
7
8
const BACKEND_PORT = 3001
9
const BACKEND_READY_TIMEOUT = 30000 // 30 seconds
10
-const CLI_READY_TIMEOUT = 10000 // 10 seconds
+const CLI_READY_TIMEOUT = 30000 // 30 seconds
11
const TASK_COMPLETION_TIMEOUT = 120000 // 2 minutes
12
const TEST_DIR = 'cat-app-test'
13
const projectRoot = path.resolve(__dirname, '../..') // Corrected projectRoot definition
0 commit comments