Skip to content

Commit bc44b8a

Browse files
committed
tests/run-tests.py: Add "nice -20" to command.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 5427da7 commit bc44b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def send_get(what):
162162
# a standard test run on PC
163163

164164
# create system command
165-
cmdlist = [MICROPYTHON, "-X", "emit=" + args.emit]
165+
cmdlist = ["nice", "-20", MICROPYTHON, "-X", "emit=" + args.emit]
166166
if args.heapsize is not None:
167167
cmdlist.extend(["-X", "heapsize=" + args.heapsize])
168168

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy