mirror of
https://github.com/cdr/code-server.git
synced 2025-12-16 13:24:51 +01:00
chore: increase timeout
This commit is contained in:
parent
c9279ccbe4
commit
130f52e6b7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -296,7 +296,7 @@ jobs:
|
|||
name: Run e2e tests
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 25
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue