Skip to content

Commit a4b3f2b

Browse files
committed
Increase pinpoint check time, since the server starts require so much
time
1 parent 89598f2 commit a4b3f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/executePinpointJava.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
runs-on: ${{ matrix.os }}
2121
name: Java ${{ matrix.java }} OS ${{ matrix.os }} sample
22-
timeout-minutes: 30 # For check of functional runnability (currently 30 minutes, since pinpoint requires some server starts...)
22+
timeout-minutes: 60 # For check of functional runnability (currently 60 minutes, since pinpoint requires some server starts...)
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Set up JDK ${{ matrix.java }}

0 commit comments

Comments
 (0)