diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-08-10 11:25:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 11:25:03 +0200 |
commit | f61e462336242d60667ff5df0051d421a530dc59 (patch) | |
tree | fa08fb5558312c4b7959a6ad0f2ed992cc3caa4a /.github | |
parent | 83a89819782a5cd7d4d0cb4df24e305e9b7153ed (diff) | |
download | GT5-Unofficial-f61e462336242d60667ff5df0051d421a530dc59.tar.gz GT5-Unofficial-f61e462336242d60667ff5df0051d421a530dc59.tar.bz2 GT5-Unofficial-f61e462336242d60667ff5df0051d421a530dc59.zip |
Update build-and-test.yml
set time to 120 sec
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-and-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 6de56b0755..1de9ab0724 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -12,4 +12,4 @@ jobs: uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master secrets: inherit with: - timeout: 180 + timeout: 120 |