We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89598f2 commit a4b3f2bCopy full SHA for a4b3f2b
1 file changed
.github/workflows/executePinpointJava.yaml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
runs-on: ${{ matrix.os }}
21
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...)
+ timeout-minutes: 60 # For check of functional runnability (currently 60 minutes, since pinpoint requires some server starts...)
23
steps:
24
- uses: actions/checkout@v4
25
- name: Set up JDK ${{ matrix.java }}
0 commit comments