Moving dockerwait to mcall

This commit is contained in:
Vik Bharadwaj
2019-07-31 14:30:36 -07:00
parent 8769d2dfe0
commit 8cef854ccc

View File

@@ -236,7 +236,7 @@ func (ch *callHandle) enqueueCallResponse(err error) {
if ch.c != nil {
mcall := ch.c.Model()
image = mcall.Image
dockerPullWaitDuration = int64(ch.c.GetDockerWaitTime())
dockerPullWaitDuration = int64(mcall.DockerWaitDuration)
// These timestamps are related. To avoid confusion
// and for robustness, nested if stmts below.