drone limits the amount of logs to 2MB per pipeline step to prevent a single step from overloading the logs and freezing the browser, and potentially causing OOM issues since logs are streamed from memory while the build is running. Do you have the option to reduce logging verbosity? Or split tests into multiple steps, thus removing the per-step limit?