Chromium Code Reviews| Index: tests/egyptian_cotton/nacl.scons |
| diff --git a/tests/egyptian_cotton/nacl.scons b/tests/egyptian_cotton/nacl.scons |
| index d1d85be295d697009fbe46598c639a40849306d1..b93c843ffb72c78168b17d5260bfc92639617380 100644 |
| --- a/tests/egyptian_cotton/nacl.scons |
| +++ b/tests/egyptian_cotton/nacl.scons |
| @@ -74,6 +74,9 @@ 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'): |
| + high_thread_count_nthreads = 3500 |
|
Mark Seaborn
2013/02/13 22:14:09
Is this based on a particular hardware device? Ma
petarj
2013/03/05 17:50:04
Done.
|
| + platform_limits_known = True |
| elif env.Bit('target_x86'): |
| trusted_env = env.get('TRUSTED_ENV') |
| if trusted_env: |