Commit 099097b 1 parent 3994c4e commit 099097b Copy full SHA for 099097b
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ public function testResume(Server $server)
383
383
384
384
require_once $ this ->sampleFile ('servers/resume.php ' , ['{serverId} ' => $ server ->id ]);
385
385
386
- $ server ->waitUntil ('ACTIVE ' );
386
+ $ server ->waitUntil ('ACTIVE ' , 300 );
387
387
$ this ->assertEquals ('ACTIVE ' , $ server ->status );
388
388
389
389
$ this ->deleteServer ($ server );
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ public function testAttach(): VolumeAttachment
11
11
{
12
12
$ server = $ this ->createServer ();
13
13
14
- // let's wait for the server to be completely up - https://bugs.launchpad.net/nova/+bug/1998148
14
+ // let's wait for the server to be completely up
15
+ // https://bugs.launchpad.net/nova/+bug/1998148
16
+ // https://bugs.launchpad.net/nova/+bug/1960346
15
17
sleep (10 );
16
18
17
19
$ volume = $ this ->getCachedService (Service::class)->createVolume (
You can’t perform that action at this time.
0 commit comments