Skip to content

Commit

Permalink
Merge pull request #1217 from s1061123/add-sleep-thin
Browse files Browse the repository at this point in the history
Add additional sleep in thick entrypoint
  • Loading branch information
dougbtv committed Jan 25, 2024
2 parents 493d421 + 24b2d55 commit 1071115
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 1071115

Please sign in to comment.