Skip to content

Commit

Permalink
Increses timeout of main build
Browse files Browse the repository at this point in the history
  • Loading branch information
codeZeilen authored Apr 28, 2022
1 parent c4c3536 commit a7772c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7772c7

Please sign in to comment.