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:
name: Run GNU tests
runs-on: ubuntu-latest
timeout-minutes: 240 # Kill after 4 hours in case something gets stuck
steps:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code uutil