This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch assert-replace
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/assert-replace by this push:
new 5849b00f Don't allow jobs to go on too long
5849b00f is described below
commit 5849b00f87f42a0ad0ce14fbf6faa5e44b76e58f
Author: Sebb <[email protected]>
AuthorDate: Mon Jul 29 23:15:03 2024 +0100
Don't allow jobs to go on too long
---
.github/workflows/maven.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0b8e4833..8b417ac2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,6 +24,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
+ timeout-minutes: 20 # jobs generally take 10 mins
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix: