Add timeouts to action tests

This commit is contained in:
Juliusz Sosinowicz
2023-07-21 15:48:17 +02:00
parent 56fc5bbf87
commit 72d99d0ae0
11 changed files with 42 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ jobs:
run_test:
name: Build and run
runs-on: ubuntu-latest
timeout-minutes: 20
# This should be a safe limit for the tests to run.
timeout-minutes: 15
steps:
- name: Install dependencies
run: |