This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit bcfec6202a05b460bfbc5ea52ac72774dbdc4649 Author: Tomaz Muraus <[email protected]> AuthorDate: Fri Oct 22 10:21:16 2021 +0200 Specify lower timeout for integration tests job. --- .github/workflows/integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 76ecf4b..bf6b944 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -37,6 +37,7 @@ jobs: integration_tests: name: Run Integration Tests runs-on: ubuntu-latest + timeout-minutes: 30 needs: pre_job if: ${{ needs.pre_job.outputs.should_skip == 'false' || github.ref == 'refs/heads/trunk' }}
