diff options
| -rwxr-xr-x | test/run-test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run-test b/test/run-test index 7a4afafa4e..37eefb34d3 100755 --- a/test/run-test +++ b/test/run-test @@ -758,8 +758,8 @@ fi if [ "$run_checker" = "yes" -a "$target_mode" = "yes" ]; then # We will need to `adb pull` the .cfg output from the target onto the host to # run checker on it. This file can be big. - build_file_size_limit=24576 - run_file_size_limit=24576 + build_file_size_limit=32768 + run_file_size_limit=32768 fi if [ ${USE_JACK} = "false" ]; then # Set ulimit if we build with dx only, Jack can generate big temp files. |