| commit | 5e81be16c2804f8e13af2debb0c88d29de2a01dc | [log] [tgz] |
|---|---|---|
| author | Doroszlai, Attila <6454655+adoroszlai@users.noreply.github.com> | Sat Jul 02 07:48:38 2022 +0200 |
| committer | GitHub <noreply@github.com> | Sat Jul 02 07:48:38 2022 +0200 |
| tree | d3e0e873e0ab774e790f9fde537c43b36077045a | |
| parent | 30f45b0da553ca0cbd297615bb152f762b4e4cee [diff] |
HDDS-6965. Increase timeout for basic check (#3563)
diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index c026df0..53601f4 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml
@@ -163,7 +163,7 @@ needs: - build-info runs-on: ubuntu-18.04 - timeout-minutes: 60 + timeout-minutes: 90 if: needs.build-info.outputs.needs-basic-checks == 'true' strategy: matrix: