Skip to content

Commit

Permalink
Add timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofale committed Jan 9, 2024
1 parent 6935533 commit 7abd407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: 'cd debug && make VERBOSE=1'

- name: Unit Tests (Debug)
no_output_timeout: 60m
timeout-minutes: 60
run: 'cd debug && ./tests 0'

- name: Creating Release Build Folder
Expand All @@ -63,5 +63,5 @@ jobs:
run: 'cd release && make VERBOSE=1'

- name: Unit Tests (Release)
no_output_timeout: 60m
timeout-minutes: 60
run: 'cd debug && ./tests 0'

0 comments on commit 7abd407

Please sign in to comment.