We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af93a8e commit a05e355Copy full SHA for a05e355
1 file changed
ci/test/magento/deploy_brancher.php
@@ -19,6 +19,7 @@
19
20
$productionStage = $configuration->addStage('test', 'banaan.store');
21
$productionStage->addBrancherServer('hndeployintegr8')
22
+ ->setBrancherTimeout(3000)
23
->setLabels(['gitref='. (\getenv('GITHUB_SHA') ?: 'unknown')]);
24
25
return $configuration;
0 commit comments