The diffusion coefficient $D$ is a constant relating the spreading $\left\langle x^{2}\right\rangle$ and the time $t$ it spread out. This relation can be clear seen in the diffusion of a single point source as follow.
Lets consider the homogeneous diffusion equation:
$$u_t = D u_{xx} \tag{1}$$
The solution is given by:
$$u(x,t) = \int K(x,t,x')u_o(x')dx' \tag{2}$$
where $u_o(x')$ is the initial condition and the $K(x,t,x')$ is the diffusion kernel (or Greens function):
$$K(x,t,x')=\frac{1}{\sqrt{4\pi D t}}\exp\left[-\frac{(x-x')^2)}{4 D t}\right] \tag{3}$$
For a single point source $u_o(x')=\delta(x-x')$, we have the solution:
$$u(x,t) = K(x,t,0) =\frac{1}{\sqrt{4\pi D t}}\exp\left[-\frac{x^2}{4 D t}\right] \tag{4}$$
The solution is shown in Fig. 1. Its second moment (same as variance since $\left\langle x\right\rangle=0$) is given by
$$\left\langle x^{2}\right\rangle=\int x^2 u(x,t)dx=2Dt \tag{5}$$
Therefore, it clearly implies that the grow of the width square $\left\langle x^{2}\right\rangle$ of the Gaussian is linear proportional to the time $t$, with rate given by $2D$.
Fig. 1
The $x_{rms}=\sqrt{\left\langle x^{2}\right\rangle}$ defines a length scale of the spreading. If we have another length scale $\ell$, we would expect that when $x_{rms}\gg\ell$ or $Dt \gg \ell^2/2$, then the system behaviour is the same as a single Gaussian with the only one length scale $x_{rms}$.
Lets consider two point sources located at $\pm \ell/2$ so the solution is
$$ u(x,t) = \frac{1}{2}(K(x,t,-\ell/2) + K(x,t,\ell/2)) \tag{6}$$
The result is shown in the Fig. 2. When the time increase, those two peaks spread out and eventually merge into one when time is large enough. After a long time, the solution can be described approximately by:
$$ u(x,t) \approx K(x,t,0) \tag{7}$$

Fig. 2: Plot of Eq (6) when the time is $Dt=0.01, 0.1, 1$ of $\ell^2/2$ from top to bottom.