Archived
1
0

chore: increase timeout

This commit is contained in:
Joe Previte 2022-12-01 12:28:58 -07:00
parent c9279ccbe4
commit 130f52e6b7
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -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