Increase gentoo timeouts

This commit is contained in:
Pedro Algarvio 2020-10-20 19:59:23 +01:00
parent 9d8e3d2273
commit 7ab46575d1
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 20 additions and 20 deletions

View file

@ -3267,7 +3267,7 @@ jobs:
py3-stable-2019-2-gentoo:
name: Gentoo v2019.2 Py3 Stable
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3313,7 +3313,7 @@ jobs:
py3-git-2019-2-gentoo:
name: Gentoo v2019.2 Py3 Git
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3359,7 +3359,7 @@ jobs:
py3-stable-3000-gentoo:
name: Gentoo v3000 Py3 Stable
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3405,7 +3405,7 @@ jobs:
py3-git-3000-gentoo:
name: Gentoo v3000 Py3 Git
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3451,7 +3451,7 @@ jobs:
py3-stable-3001-gentoo:
name: Gentoo v3001 Py3 Stable
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3497,7 +3497,7 @@ jobs:
py3-git-3001-gentoo:
name: Gentoo v3001 Py3 Git
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3543,7 +3543,7 @@ jobs:
py3-stable-3001-0-gentoo:
name: Gentoo v3001.0 Py3 Stable
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3589,7 +3589,7 @@ jobs:
py3-git-master-gentoo:
name: Gentoo Master Py3 Git
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3635,7 +3635,7 @@ jobs:
latest-gentoo:
name: Gentoo Latest packaged release
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3681,7 +3681,7 @@ jobs:
py3-stable-2019-2-gentoo-systemd:
name: Gentoo (systemd) v2019.2 Py3 Stable
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3727,7 +3727,7 @@ jobs:
py3-git-2019-2-gentoo-systemd:
name: Gentoo (systemd) v2019.2 Py3 Git
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3773,7 +3773,7 @@ jobs:
py3-stable-3000-gentoo-systemd:
name: Gentoo (systemd) v3000 Py3 Stable
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3819,7 +3819,7 @@ jobs:
py3-git-3000-gentoo-systemd:
name: Gentoo (systemd) v3000 Py3 Git
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3865,7 +3865,7 @@ jobs:
py3-stable-3001-gentoo-systemd:
name: Gentoo (systemd) v3001 Py3 Stable
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3911,7 +3911,7 @@ jobs:
py3-git-3001-gentoo-systemd:
name: Gentoo (systemd) v3001 Py3 Git
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -3957,7 +3957,7 @@ jobs:
py3-stable-3001-0-gentoo-systemd:
name: Gentoo (systemd) v3001.0 Py3 Stable
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -4003,7 +4003,7 @@ jobs:
py3-git-master-gentoo-systemd:
name: Gentoo (systemd) Master Py3 Git
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint
@ -4049,7 +4049,7 @@ jobs:
latest-gentoo-systemd:
name: Gentoo (systemd) Latest packaged release
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 50
needs: lint

View file

@ -126,8 +126,8 @@ DISTRO_DISPLAY_NAMES = {
TIMEOUT_DEFAULT = 20
TIMEOUT_OVERRIDES = {
'gentoo': 45,
'gentoo-systemd': 45,
'gentoo': 50,
'gentoo-systemd': 50,
}
def generate_test_jobs():