This is an automated email from the ASF dual-hosted git repository. baunsgaard pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/systemds.git
commit 6a4a9f40477bd86a1a38cf677d9180ea82983fe9 Author: baunsgaard <[email protected]> AuthorDate: Thu Jan 19 09:22:19 2023 +0100 [MINOR] Component test timeout --- .github/workflows/componentTests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/componentTests.yml b/.github/workflows/componentTests.yml index 2c997e6e88..ad86e116cd 100644 --- a/.github/workflows/componentTests.yml +++ b/.github/workflows/componentTests.yml @@ -44,6 +44,7 @@ on: jobs: test: runs-on: ${{ matrix.os }} + timeout-minutes: 30 strategy: fail-fast: false matrix:
