mirror of https://github.com/pwndbg/pwndbg
Increase CI timeout to 20 minutes (#1309)
This commit is contained in:
parent
177df59c12
commit
6af5d7d7ed
|
@ -8,7 +8,7 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Cache for pip
|
||||
|
|
Loading…
Reference in New Issue