Skip to content

Commit 5040f5c

Browse files
committed
increase timeout for Run Test step and extend retention days for results
1 parent 3f09c68 commit 5040f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-agent-framework-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Run Test
104104
working-directory: .github/data/agent-framework
105-
timeout-minutes: 3
105+
timeout-minutes: 6
106106
env:
107107
CLUSTER_CTX: kind-kagent
108108
run: |
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
name: ${{ matrix.challenges.scenario }}-${{ matrix.challenges.name }}-results
135135
path: .github/data/agent-framework/${{ matrix.challenges.scenario }}/results
136-
retention-days: 1
136+
retention-days: 3
137137
if-no-files-found: warn
138138

139139
summarize-results:

0 commit comments

Comments
 (0)