Skip to content

Commit ca00ab6

Browse files
committed
GitHub Actions: add 20 minute timeouts to additional jobs
1 parent 0cc8106 commit ca00ab6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
valgrind-c:
3232
name: Valgrind C
3333
runs-on: ubuntu-20.04
34+
timeout-minutes: 20
3435
permissions:
3536
packages: read
3637
contents: read
@@ -55,6 +56,7 @@ jobs:
5556
test-service:
5657
name: Build and test Java
5758
runs-on: ubuntu-20.04
59+
timeout-minutes: 20
5860
permissions:
5961
packages: read
6062
contents: read

0 commit comments

Comments
 (0)