mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Add 4 hour global timeout for protection
This commit is contained in:
parent
16c8b3cbba
commit
b92b88a822
1 changed files with 1 additions and 0 deletions
1
.github/workflows/GNU.yml
vendored
1
.github/workflows/GNU.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue