aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull_request.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index b7ed789..26ec8f6 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -2,7 +2,7 @@ name: pull_request
on: pull_request
jobs:
ubuntu-20:
- timeout-minutes: 5
+ timeout-minutes: 10
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
@@ -13,7 +13,7 @@ jobs:
python3-pytest debianutils flake8
make pre-push VERBOSE=1
ubuntu-18:
- timeout-minutes: 5
+ timeout-minutes: 10
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
@@ -25,7 +25,7 @@ jobs:
python3-pytest debianutils
make pre-push VERBOSE=1
centos-7:
- timeout-minutes: 5
+ timeout-minutes: 10
runs-on: ubuntu-latest
container: centos:7
steps:
@@ -38,7 +38,7 @@ jobs:
openssl-devel valgrind python36-pytest which
make pre-push VERBOSE=1
fedora-34:
- timeout-minutes: 5
+ timeout-minutes: 10
runs-on: ubuntu-latest
container: fedora
steps: