Skip to content

Commit

Permalink
Increase timeout for github action build test
Browse files Browse the repository at this point in the history
Github action test for build was failing after 5 min from starting, thus increasing it to 10 min.
  • Loading branch information
lee1043 authored Nov 15, 2022
1 parent 93c30ce commit 21c415f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
defaults:
run:
shell: bash -l {0}
timeout-minutes: 5
timeout-minutes: 10
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 21c415f

Please sign in to comment.