make sure vm completes shutdown #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "deno-fix-123456"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation
It looks like the test vm image build process failed, possibly because the shutdown was interrupted by exiting the action prematurely. Regardless, it's hard to tell because we don't have logs until the end of shutdown
Solution
This waits for a specific logline at the end of shutdown, and then waits another five seconds.