Skip to content

Commit

Permalink
increase sleep before testing detach. The VM must be completely up.
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Nov 9, 2024
1 parent a7ae9d0 commit 22561cb
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 @@ -70,7 +70,7 @@ public function testDetach(VolumeAttachment $createdVolumeAttachment)
// let's wait for the server to be completely up
// https://bugs.launchpad.net/nova/+bug/1998148
// https://bugs.launchpad.net/nova/+bug/1960346
sleep(15);
sleep(30);

require_once $this->sampleFile(
'volume_attachments/delete.php',
Expand Down

0 comments on commit 22561cb

Please sign in to comment.