From 4eeaf0ac32f345f596b8f342adb8e6a29b95b3cb Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Tue, 13 May 2025 17:56:20 +0200 Subject: [PATCH] less emulators --- experiment/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiment/orchestrator.py b/experiment/orchestrator.py index b286aea..a36cf63 100644 --- a/experiment/orchestrator.py +++ b/experiment/orchestrator.py @@ -6,7 +6,7 @@ import subprocess import threading import argparse -EMULATORS = [f"root34-{i}" for i in range(32)] +EMULATORS = [f"root34-{i}" for i in range(20)] ANDROID_IMG = "system-images;android-34;default;x86_64" if "ANDROID_HOME" in os.environ: