Skip to content

Commit

Permalink
Merge branch 'devcontainers:main' into cli_issue_#895_solution
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 authored Oct 30, 2024
2 parents 925a1eb + 1fdc026 commit 44279cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec-shutdown/dockerUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export async function removeContainer(params: DockerCLIParameters | PartialExecP
let eventsProcess: Exec | undefined;
let removedSeenP: Promise<void> | undefined;
try {
for (let i = 0, n = 4; i < n; i++) {
for (let i = 0, n = 7; i < n; i++) {
try {
await dockerCLI(params, 'rm', '-f', nameOrId);
return;
Expand Down

0 comments on commit 44279cd

Please sign in to comment.