use only 16 emu, ppb safer (default max)
This commit is contained in:
parent
bcd7687dcb
commit
9b2c4a2dd9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import threading
|
||||||
import argparse
|
import argparse
|
||||||
import queue
|
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"
|
ANDROID_IMG = "system-images;android-34;default;x86_64"
|
||||||
TIMEOUT = 400
|
TIMEOUT = 400
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue