Skip to content

Commit e1f9969

Browse files
committed
add more sleep
1 parent 4f757a1 commit e1f9969

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sample/Compute/v2/VolumeAttachmentTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ public function testDetach(VolumeAttachment $createdVolumeAttachment)
8484
$volume->waitUntil('available', 240);
8585
$this->assertEquals('available', $volume->status);
8686

87+
sleep(5);
88+
8789
$server = $this->getService()->getServer(['id' => $createdVolumeAttachment->serverId]);
8890
$server->retrieve();
8991
foreach ($server->listVolumeAttachments() as $volumeAttachment) {

0 commit comments

Comments
 (0)