Skip to content

Commit

Permalink
Increase pinpoint check time, since the server starts require so much
Browse files Browse the repository at this point in the history
time
  • Loading branch information
DaGeRe committed Jan 9, 2025
1 parent 89598f2 commit a4b3f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/executePinpointJava.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
name: Java ${{ matrix.java }} OS ${{ matrix.os }} sample
timeout-minutes: 30 # For check of functional runnability (currently 30 minutes, since pinpoint requires some server starts...)
timeout-minutes: 60 # For check of functional runnability (currently 60 minutes, since pinpoint requires some server starts...)
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit a4b3f2b

Please sign in to comment.