diff --git a/package.json b/package.json index 88edcac..19716d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "domcloud-bridge", - "version": "0.29.0", + "version": "0.30.0", "description": "Deployment runner for DOM Cloud", "main": "app.js", "engines": { diff --git a/src/executor/runner.js b/src/executor/runner.js index 82546c6..34faafd 100644 --- a/src/executor/runner.js +++ b/src/executor/runner.js @@ -25,7 +25,7 @@ import { } from "./virtualmin.js"; // TODO: Need to able to customize this -const maxExecutionTime = 600000; +const maxExecutionTime = 900000; /** * @param {any} config