We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c5910 commit 29de144Copy full SHA for 29de144
.github/workflows/codeql.yml
@@ -42,7 +42,7 @@ jobs:
42
mvn -B clean install \
43
-Dgpg.skip=true \
44
-Dsurefire.parallel=none \
45
- -Dsurefire.timeout=300
+ -Dsurefire.timeout=500
46
47
- name: 🧪 Perform CodeQL Analysis
48
uses: github/codeql-action/analyze@v3
.github/workflows/maven.yml
@@ -34,4 +34,4 @@ jobs:
34
-Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" \
35
-Dgpg.pinentry.mode=loopback \
36
37
0 commit comments