| Index: tests/egyptian_cotton/nacl.scons
|
| diff --git a/tests/egyptian_cotton/nacl.scons b/tests/egyptian_cotton/nacl.scons
|
| index d1d85be295d697009fbe46598c639a40849306d1..7f7fc06e8aa3350a4ec240b81c03c788e811db8b 100644
|
| --- a/tests/egyptian_cotton/nacl.scons
|
| +++ b/tests/egyptian_cotton/nacl.scons
|
| @@ -74,6 +74,10 @@ if env.Bit('target_arm'):
|
| # but not enough to take too long.
|
| high_thread_count_nthreads = 7000
|
| platform_limits_known = True
|
| +elif env.Bit('target_mips32'):
|
| + # Based on MIPS Malta 74Kc board.
|
| + high_thread_count_nthreads = 3500
|
| + platform_limits_known = True
|
| elif env.Bit('target_x86'):
|
| trusted_env = env.get('TRUSTED_ENV')
|
| if trusted_env:
|
|
|