Skip to content

Commit a05e355

Browse files
committed
double brancher timeout in integration test
1 parent af93a8e commit a05e355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test/magento/deploy_brancher.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
$productionStage = $configuration->addStage('test', 'banaan.store');
2121
$productionStage->addBrancherServer('hndeployintegr8')
22+
->setBrancherTimeout(3000)
2223
->setLabels(['gitref='. (\getenv('GITHUB_SHA') ?: 'unknown')]);
2324

2425
return $configuration;

0 commit comments

Comments
 (0)