diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-12-22 20:09:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 20:09:12 +0100 |
commit | 02c84da42b5658686cc27f036e59496bd89dd3c8 (patch) | |
tree | c20befd1399400e6bc36871caed3117e0925c7a1 | |
parent | a5a444ebc4a2488ca850b3cf3eae3659a81659e2 (diff) | |
download | GT5-Unofficial-02c84da42b5658686cc27f036e59496bd89dd3c8.tar.gz GT5-Unofficial-02c84da42b5658686cc27f036e59496bd89dd3c8.tar.bz2 GT5-Unofficial-02c84da42b5658686cc27f036e59496bd89dd3c8.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..d33f352e71 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 |