We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f757a1 commit e1f9969Copy full SHA for e1f9969
tests/sample/Compute/v2/VolumeAttachmentTest.php
@@ -84,6 +84,8 @@ public function testDetach(VolumeAttachment $createdVolumeAttachment)
84
$volume->waitUntil('available', 240);
85
$this->assertEquals('available', $volume->status);
86
87
+ sleep(5);
88
+
89
$server = $this->getService()->getServer(['id' => $createdVolumeAttachment->serverId]);
90
$server->retrieve();
91
foreach ($server->listVolumeAttachments() as $volumeAttachment) {
0 commit comments