There was an error while loading. Please reload this page.
1 parent 70ff863 commit c1ab970Copy full SHA for c1ab970
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
#build-root-directory: .
32
gradle-version: ${{ matrix.gradle-version }}
33
- arguments: clean build -S
+ arguments: clean build -S -Dsleep=35
34
- name: Test gradle app
35
shell: bash
36
run: java -Dfile.encoding="UTF-8" -jar $GITHUB_WORKSPACE/build/libs/*-all.jar
@@ -64,7 +64,7 @@ jobs:
64
65
build-root-directory: .
66
67
- arguments: -S
+ arguments: -S -Dsleep=25
68
69
shell: cmd
70
run: |
0 commit comments