Skip to content

Commit

Permalink
Lower intensity of test
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Jul 31, 2023
1 parent 16755a1 commit fd5fccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void testLocalActivityAndQuery() throws ExecutionException, InterruptedEx
// as all these activities are executed in a single workflow task.
// Query should only see the result after executing all local activities.
List<ForkJoinTask<String>> tasks = new ArrayList<>();
int threads = 30;
int threads = 10;
for (int i = 0; i < threads; i++) {
ForkJoinTask<String> task = ForkJoinPool.commonPool().submit(workflowStub::query);
tasks.add(task);
Expand Down

0 comments on commit fd5fccf

Please sign in to comment.