Skip to content

Commit c1ab970

Browse files
committed
uhhhhhh (C) whatthecommit.com
1 parent 70ff863 commit c1ab970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
#build-root-directory: .
3232
gradle-version: ${{ matrix.gradle-version }}
33-
arguments: clean build -S
33+
arguments: clean build -S -Dsleep=35
3434
- name: Test gradle app
3535
shell: bash
3636
run: java -Dfile.encoding="UTF-8" -jar $GITHUB_WORKSPACE/build/libs/*-all.jar
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
build-root-directory: .
6666
gradle-version: ${{ matrix.gradle-version }}
67-
arguments: -S
67+
arguments: -S -Dsleep=25
6868
- name: Test gradle app
6969
shell: cmd
7070
run: |

0 commit comments

Comments
 (0)