Skip to content

Commit

Permalink
increase volume attachment test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Jan 21, 2024
1 parent 71d9140 commit 16d1cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sample/Compute/v2/VolumeAttachmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function testDetach(VolumeAttachment $createdVolumeAttachment)
);

$volume = $this->getCachedService(Service::class)->getVolume($createdVolumeAttachment->volumeId);
$volume->waitUntil('available');
$volume->waitUntil('available', 240);
$this->assertEquals('available', $volume->status);

$server = $this->getService()->getServer(['id' => $createdVolumeAttachment->serverId]);
Expand Down

0 comments on commit 16d1cdb

Please sign in to comment.