diff --git a/src/Brancher/BrancherHypernodeManager.php b/src/Brancher/BrancherHypernodeManager.php index d986204..27867cb 100644 --- a/src/Brancher/BrancherHypernodeManager.php +++ b/src/Brancher/BrancherHypernodeManager.php @@ -81,7 +81,7 @@ public function createForHypernode(string $hypernode, array $data = []): string * @throws HypernodeApiServerException * @throws TimeoutException */ - public function waitForAvailability(string $brancherHypernode, int $timeout = 900): void + public function waitForAvailability(string $brancherHypernode, int $timeout = 1500): void { $latest = microtime(true); $timeElapsed = 0;