Skip to content

Commit d6ca763

Browse files
committed
revert thread change for now
1 parent 14f12a4 commit d6ca763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • java-storage/google-cloud-storage/src/test/java/com/google/cloud/storage/it/runner/registry

java-storage/google-cloud-storage/src/test/java/com/google/cloud/storage/it/runner/registry/Registry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public final class Registry extends RunListener {
7070
private final ListeningScheduledExecutorService exec =
7171
MoreExecutors.listeningDecorator(
7272
Executors.newScheduledThreadPool(
73-
Math.min(8, 2 * Runtime.getRuntime().availableProcessors()),
73+
2 * Runtime.getRuntime().availableProcessors(),
7474
new ThreadFactoryBuilder().setDaemon(true).setNameFormat("test-run-%d").build()));
7575

7676
private final TestRunScopedInstance<TestBench> testBench =

0 commit comments

Comments
 (0)