Skip to content

Commit 989f5ed

Browse files
authored
increase sleep before testing detach. The VM must be completely up. (#417)
1 parent a7ae9d0 commit 989f5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sample/Compute/v2/VolumeAttachmentTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function testDetach(VolumeAttachment $createdVolumeAttachment)
7070
// let's wait for the server to be completely up
7171
// https://bugs.launchpad.net/nova/+bug/1998148
7272
// https://bugs.launchpad.net/nova/+bug/1960346
73-
sleep(15);
73+
sleep(30);
7474

7575
require_once $this->sampleFile(
7676
'volume_attachments/delete.php',

0 commit comments

Comments
 (0)