Skip to content

Commit

Permalink
Increase tests timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Usachev committed Nov 20, 2024
1 parent 393f5c7 commit eb117c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
readonly: --read-only
ca: --external-ca
os: [ fedora-40, fedora-39, almalinux-9, rocky-8 ]
timeout-minutes: 30
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/docker-cgroups-ubuntu-22
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- os: almalinux-8
readonly: --read-only
volume: freeipa-data
timeout-minutes: 30
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
- run: sudo systemctl disable --now docker.service docker.socket
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
fail-fast: false
matrix:
os: [ fedora-41, centos-9-stream ]
timeout-minutes: 30
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
- name: Install podman 4.*
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
fail-fast: false
matrix:
os: [ fedora-41, rocky-9, almalinux-8, centos-9-stream ]
timeout-minutes: 30
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/docker-cgroups-ubuntu-22
Expand Down

0 comments on commit eb117c9

Please sign in to comment.