We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f09c68 commit 5040f5cCopy full SHA for 5040f5c
.github/workflows/run-agent-framework-test.yaml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Run Test
104
working-directory: .github/data/agent-framework
105
- timeout-minutes: 3
+ timeout-minutes: 6
106
env:
107
CLUSTER_CTX: kind-kagent
108
run: |
@@ -133,7 +133,7 @@ jobs:
133
with:
134
name: ${{ matrix.challenges.scenario }}-${{ matrix.challenges.name }}-results
135
path: .github/data/agent-framework/${{ matrix.challenges.scenario }}/results
136
- retention-days: 1
+ retention-days: 3
137
if-no-files-found: warn
138
139
summarize-results:
0 commit comments