diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-10-15 11:16:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 11:16:29 +0200 |
commit | 434c79e4c6bfc544ad46267ec40706fd3cdee59e (patch) | |
tree | a0bf6d1d95973c5037276286a2790c12a69985c9 /.github/workflows | |
parent | 851903fba243f9ccb5cf908558dbe0137e7990fb (diff) | |
download | GT5-Unofficial-434c79e4c6bfc544ad46267ec40706fd3cdee59e.tar.gz GT5-Unofficial-434c79e4c6bfc544ad46267ec40706fd3cdee59e.tar.bz2 GT5-Unofficial-434c79e4c6bfc544ad46267ec40706fd3cdee59e.zip |
Update build-and-test.yml
Diffstat (limited to '.github/workflows')
-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 1de9ab0724..d33f352e71 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: 120 + timeout: 150 |