Skip to content

Commit

Permalink
increase create server timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Feb 5, 2024
1 parent 46f99c4 commit fec562f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sample/Compute/v2/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function createServer(): Server
]
);

$server->waitUntilActive(120);
$server->waitUntilActive(300);
$this->assertEquals('ACTIVE', $server->status);

return $server;
Expand Down

0 comments on commit fec562f

Please sign in to comment.