Skip to content

Commit

Permalink
add more sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Nov 9, 2024
1 parent 4f757a1 commit e1f9969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/sample/Compute/v2/VolumeAttachmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ public function testDetach(VolumeAttachment $createdVolumeAttachment)
$volume->waitUntil('available', 240);
$this->assertEquals('available', $volume->status);

sleep(5);

$server = $this->getService()->getServer(['id' => $createdVolumeAttachment->serverId]);
$server->retrieve();
foreach ($server->listVolumeAttachments() as $volumeAttachment) {
Expand Down

0 comments on commit e1f9969

Please sign in to comment.