Skip to content

Commit e1d494c

Browse files
committed
Increase CLI test timeout for e2e suite
1 parent 9bed0ae commit e1d494c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ jobs:
150150
- name: Run ${{ matrix.package }} tests
151151
uses: nick-fields/retry@v3
152152
with:
153-
timeout_minutes: 10
154-
max_attempts: 5
153+
timeout_minutes: ${{ matrix.package == 'cli' && 30 || 10 }}
154+
max_attempts: ${{ matrix.package == 'cli' && 2 || 5 }}
155155
command: |
156156
cd ${{ matrix.package }}
157157
if [ "${{ matrix.package }}" = ".agents" ]; then

0 commit comments

Comments
 (0)