Skip to content

Commit 71ff74e

Browse files
committed
add sleep
1 parent 5264444 commit 71ff74e

File tree

1 file changed

+2
-0
lines changed
  • components/supervisor/pkg/supervisor

1 file changed

+2
-0
lines changed

components/supervisor/pkg/supervisor/docker.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ func socketActivationForDocker(parentCtx context.Context, wg *sync.WaitGroup, te
135135
}
136136
}()
137137
}
138+
139+
time.Sleep(1 * time.Second)
138140
}
139141
}
140142

0 commit comments

Comments
 (0)