Skip to content

Commit af9dda3

Browse files
committed
Increase timeout for e2e test
1 parent a541dbf commit af9dda3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/freebuff-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
e2e:
5353
needs: build-freebuff
5454
runs-on: ubuntu-latest
55-
timeout-minutes: 10
55+
timeout-minutes: 20
5656
strategy:
5757
fail-fast: false
5858
matrix:
@@ -101,7 +101,7 @@ jobs:
101101
run: cd sdk && bun run build
102102

103103
- name: Run e2e test - ${{ matrix.test }}
104-
run: bun test freebuff/e2e/tests/${{ matrix.test }}.e2e.test.ts --timeout=120000
104+
run: bun test freebuff/e2e/tests/${{ matrix.test }}.e2e.test.ts --timeout=${{ (matrix.test == 'code-edit' || matrix.test == 'terminal-command') && '900000' || '120000' }}
105105

106106
- name: Upload tmux session logs on failure
107107
if: failure()

0 commit comments

Comments
 (0)