diff --git a/command/node_drain.go b/command/node_drain.go index 9f170c76e..2e5a63088 100644 --- a/command/node_drain.go +++ b/command/node_drain.go @@ -410,7 +410,7 @@ func monitorDrain(output func(string), nodeClient *api.Nodes, nodeID string, ind // Loop on alloc messages for a bit longer as we may have gotten the // "node done" first (since the watchers run concurrently the events // may be received out of order) - deadline := 250 * time.Millisecond + deadline := 500 * time.Millisecond timer := time.NewTimer(deadline) for { select {