Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove timeout on custom builds, and make sure logs are visible (#…
…838) This removes the timeout we have for custom builds. We shouldn't be applying this timeout anyway, since it doesn't block wrangler, just the user themselves. Further, in #759, we changed the custom build's process stdout/stderr config to "pipe" to pass tests, however that meant we wouldn't see logs in the terminal anymore. This patch removes the timeout, and brings back proper logging for custom builds.
- Loading branch information