diff options
| author | 2016-11-06 14:25:42 +0000 | |
|---|---|---|
| committer | 2016-11-06 14:25:43 +0000 | |
| commit | 76ad2405b40547e0ab4fc401fb8303189ff783eb (patch) | |
| tree | 1220262d0ed22d91777c68a8a568348cddf820cb | |
| parent | f7b7e85678843d1192b75e134f7192d5ab65d780 (diff) | |
| parent | 4151effc4a22f43a99f0730a5b5bfc1a582d99a4 (diff) | |
Merge "Increase file size limit."
| -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. |