Skip to content

Commit

Permalink
Add additional sleep in thick entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Jan 25, 2024
1 parent 6812ce0 commit 24b2d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/thin_entrypoint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ func main() {
fmt.Fprintf(os.Stderr, "failed to create multus config: %v\n", err)
return
}
time.Sleep(1 * time.Second)
}
} else {
// sleep infinitely
Expand Down

0 comments on commit 24b2d55

Please sign in to comment.