diff --git a/routes/api.js b/routes/api.js index 05717f2..003e0e0 100644 --- a/routes/api.js +++ b/routes/api.js @@ -188,7 +188,7 @@ var runnerFree = function(runner){ }; var lxcTimeout = function(runner, time){ - time = time || 300000; // 5 minutes + time = time || 60000; // 1 minutes if(runner.hasOwnProperty('timeout')){ clearTimeout(runner.timeout);