Skip to content

Commit

Permalink
wait a little after server suspend
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Feb 10, 2024
1 parent 45e9454 commit 9b55426
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/sample/Compute/v2/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@ public function testSuspend()
$server->waitUntil('SUSPENDED');
$this->assertEquals('SUSPENDED', $server->status);

// wait for the server to be fully suspended
sleep(5);

return $server;
}

Expand Down

0 comments on commit 9b55426

Please sign in to comment.