Skip to content

Commit

Permalink
longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed May 16, 2024
1 parent 81624e2 commit 2d2b0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ig-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cd ..
- name: 🏃‍♂️ Run Publication
timeout-minutes: 45 # We need a long timeout here
timeout-minutes: 135 # We need a long timeout here
run: |
java -jar -Dfile.encoding=UTF-8 -Xms3550m -Xmx3550m ./publisher.jar -go-publish -source ${{ steps.repo_name.outputs.repo }} -web $PWD -registry ig-registry/fhir-ig-list.json -history ig-history -templates ./templates -temp $PWD/buildtmp
Expand Down

0 comments on commit 2d2b0bb

Please sign in to comment.