ci: set 1 hour timeout for "Build and test" job

This commit is contained in:
SuperMaxusa 2024-09-27 00:10:00 +03:00 committed by Fabian
parent f92e6b4b55
commit a9a538fe89

View file

@ -18,6 +18,7 @@ jobs:
test:
runs-on: ubuntu-latest
name: Build and test
timeout-minutes: 60
steps:
- name: Checkout repository
uses: actions/checkout@v4