Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
chore: update timeout for Publish job
Browse files Browse the repository at this point in the history
Signed-off-by: Andrii Holovko <andriy.holovko@gmail.com>
  • Loading branch information
aholovko committed Jun 8, 2022
1 parent f460595 commit f3bc6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: github.event_name == 'push' && (github.repository == 'trustbloc/kms' && github.ref == 'refs/heads/main')
needs: [Checks, UnitTest, BDDTest]
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 20
steps:
- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit f3bc6df

Please sign in to comment.