Skip to content
Snippets Groups Projects
Commit 9a8edaf2 authored by hahn's avatar hahn
Browse files

set timeout on build action

parent 142ea644
No related branches found
No related tags found
1 merge request!195534 add docker
......@@ -14,6 +14,7 @@
require_once("./classes/project.class.php");
require_once("./classes/formgen.class.php");
set_time_limit(0);
// --- Checks
$oPrj = new project($aParams["prj"]);
......@@ -158,7 +159,7 @@ if (!array_key_exists("confirm", $aParams)) {
$sOut.= '<div id="' . $sDivname . '"></div>'
. '<script>
var iRepeat=3000;
var iRepeat=2000;
// start build process
$.post( "' . $sUrlStartAction . '", function( data ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment