Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: extend compose down timeout to 30 seconds
This change extends the timeout for compose down commands to 30 seconds. Beginning with nerdctl 2.0, compose down will attempt to gracefully teardown containers by sending SIGTERM with a 10 second timeout. For testing, common-tests is using stubborn containers, e.g. sleep infinity, which require sigkill to come down. For most test cases, this can be worked around by using compose stop/rm instead; however, for this test suite which needs to explicitly test compose down there is no workaround other than to extend the timeout to a value that makes sense. Signed-off-by: Austin Vazquez <[email protected]>
- Loading branch information