diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-11-25 17:58:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-25 17:58:49 +0100 |
commit | c397533fcef947f622bfed55209acac57a353bc6 (patch) | |
tree | 41530b612c298af9d78d3c87169a72c632fabe00 | |
parent | 9a2741128a78bb52eba50a631126e090a5a2abd8 (diff) | |
download | GT5-Unofficial-c397533fcef947f622bfed55209acac57a353bc6.tar.gz GT5-Unofficial-c397533fcef947f622bfed55209acac57a353bc6.tar.bz2 GT5-Unofficial-c397533fcef947f622bfed55209acac57a353bc6.zip |
Update build-and-test.yml
-rw-r--r-- | .github/workflows/build-and-test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 3ee2f686fd..b5c7365c1f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -11,3 +11,5 @@ jobs: build-and-test: uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master secrets: inherit + with: + timeout: 150 |