Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmcgrady committed Jul 28, 2023
1 parent b09006c commit 8ba6247
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
service:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
fail-fast: true
matrix:
java:
- 8
Expand All @@ -53,7 +53,7 @@ jobs:
spark2:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
fail-fast: true
matrix:
java:
- 8
Expand All @@ -75,7 +75,7 @@ jobs:
spark3:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
fail-fast: true
matrix:
java:
- 8
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
flink:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
fail-fast: true
matrix:
java:
- 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public void testDataPushQueue() throws Exception {
})
.start();

Thread.sleep(15 * 1000);
Thread.sleep(120 * 1000);
running.set(false);

for (int i = 0; i < numWorker; i++) {
Expand Down

0 comments on commit 8ba6247

Please sign in to comment.