Skip to content

Commit b19e176

Browse files
authored
Update full_test_core_for_pr.yml
Shortend per task timeout for debugging.
1 parent 8512e72 commit b19e176

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/full_test_core_for_pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
env:
2929
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
3030
DEEPEVAL_TELEMETRY_OPT_OUT: 1
31-
DEEPEVAL_DEBUG_ASYNC: "1"
31+
DEEPEVAL_DEBUG_ASYNC: 1
3232
LOG_LEVEL: "info"
33+
DEEPEVAL_PER_TASK_TIMEOUT_SECONDS: 120
3334

3435
steps:
3536
- name: Resolve ref

0 commit comments

Comments
 (0)