From 3a552eb944b75b86f260a4048ee1344e19d6d8bf Mon Sep 17 00:00:00 2001 From: Firas Qutishat Date: Fri, 26 Aug 2022 05:48:10 -0400 Subject: [PATCH] chore: update publish job Signed-off-by: Firas Qutishat --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ea51447b..754354c13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -135,7 +135,7 @@ jobs: if: github.event_name == 'push' && (github.repository == 'trustbloc/orb' && github.ref == 'refs/heads/main') needs: [checks, unitTest] runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 20 steps: - name: Setup Go 1.17 uses: actions/setup-go@v2