hi there! our default runtime is 15 minutes, but unless your site is large/complex i would expect it to complete quite a bit before that.
One thing i am seeing is that you are doing a lot of linting with warnings as part of your deploy step - ideally you don’t want to do that and instead only deploy the optimized code. The linting process might be slowing down your build, but again, i wouldn’t expect it to really push you to the 15 minute mark.
i’m going to guess that there is something lingering in the background that never terminates - maybe one of these posts are helpful in figuring it out what it might be: