From a7772c74e20aab8e9bb65a94a35cf2e1bc829e33 Mon Sep 17 00:00:00 2001 From: Patrick R Date: Thu, 28 Apr 2022 16:55:41 +0200 Subject: [PATCH] Increses timeout of main build --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7adf9fc1d..58a41d0e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: with: smalltalk-version: ${{ matrix.smalltalk }} - run: smalltalkci -s ${{ matrix.smalltalk }} - timeout-minutes: 15 + timeout-minutes: 30 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/upload-artifact@master