Skip to content

Commit 021d4ae

Browse files
committed
Increase cli timeout
1 parent 0d1c221 commit 021d4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/e2e/e2e-cat-app-script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { sleep } from '../../common/src/util/promise' // Corrected import path
77

88
const BACKEND_PORT = 3001
99
const BACKEND_READY_TIMEOUT = 30000 // 30 seconds
10-
const CLI_READY_TIMEOUT = 10000 // 10 seconds
10+
const CLI_READY_TIMEOUT = 30000 // 30 seconds
1111
const TASK_COMPLETION_TIMEOUT = 120000 // 2 minutes
1212
const TEST_DIR = 'cat-app-test'
1313
const projectRoot = path.resolve(__dirname, '../..') // Corrected projectRoot definition

0 commit comments

Comments
 (0)