Worker build (from git) times out

For Workers & Pages, what is the name of the domain?

cda-events-worker.lecapuchon.workers.dev

What is the error message?

Build took too long and was timed out

What is the issue or error you’re encountering

The building of my worker (from github) keeps timing out, after working once (when updating the deploy command)

What steps have you taken to resolve the issue?

  • Updated all dependencies
  • Tried many configurations of the deploy and build commands
  • It works once after updating the command, then consecutively keeps timing out

What are the steps to reproduce the issue?

I’ve a very simple worker-project (generated using c3), with only one file (index.ts).
The last timeout-build ID is fedec089-5e5b-4ab7-9eb0-cac867a96d12

The project is linked to my Github-repo.
Running deploy from the command line of my development machine consistently works fine.

There are no errors in my logs, it stalls after some unimportant npm install-output, and then waits for minutes to time out.