Skip to content

Commit

Permalink
Extend runner duration to 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Oct 25, 2023
1 parent b8b53d8 commit 5743ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/executor/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
} from "./virtualmin.js";

// TODO: Need to able to customize this
const maxExecutionTime = 600000;
const maxExecutionTime = 900000;

/**
* @param {any} config
Expand Down

0 comments on commit 5743ce2

Please sign in to comment.