use only 16 emu, ppb safer (default max)

This commit is contained in:
Jean-Marie Mineau 2025-05-21 12:56:22 +02:00
parent bcd7687dcb
commit 9b2c4a2dd9
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -9,7 +9,7 @@ import threading
import argparse
import queue
EMULATORS = [f"root34-{i}" for i in range(20)]
EMULATORS = [f"root34-{i}" for i in range(16)]
ANDROID_IMG = "system-images;android-34;default;x86_64"
TIMEOUT = 400