Commit f8746677 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Reduce the default test threads from 4->1, and increase test time limit

parent b0ead8ab
...@@ -26,7 +26,7 @@ PYTHON_MICRO_VERSION := 3 ...@@ -26,7 +26,7 @@ PYTHON_MICRO_VERSION := 3
MAX_MEM_KB := 500000 MAX_MEM_KB := 500000
MAX_DBG_MEM_KB := 500000 MAX_DBG_MEM_KB := 500000
TEST_THREADS := 4 TEST_THREADS := 1
ERROR_LIMIT := 10 ERROR_LIMIT := 10
COLOR := 1 COLOR := 1
......
...@@ -35,7 +35,7 @@ IMAGE = "pyston_dbg" ...@@ -35,7 +35,7 @@ IMAGE = "pyston_dbg"
KEEP_GOING = False KEEP_GOING = False
FN_JUST_SIZE = 20 FN_JUST_SIZE = 20
EXTRA_JIT_ARGS = [] EXTRA_JIT_ARGS = []
TIME_LIMIT = 6 TIME_LIMIT = 10
# For fun, can test pypy. # For fun, can test pypy.
# Tough because the tester will check to see if the error messages are exactly the # Tough because the tester will check to see if the error messages are exactly the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment