1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Add 4 hour global timeout for protection

This commit is contained in:
James Robson 2021-02-22 19:29:00 +00:00
parent 16c8b3cbba
commit b92b88a822

View file

@ -6,6 +6,7 @@ jobs:
gnu: gnu:
name: Run GNU tests name: Run GNU tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 240 # Kill after 4 hours in case something gets stuck
steps: steps:
# Checks out a copy of your repository on the ubuntu-latest machine # Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code uutil - name: Checkout code uutil