diff --git a/tests/nile.mod b/tests/nile.mod
index b8b5be6188e2140a89c2517068651f9578e9d2df..82cb4dc69b331fb6dd89d35ce7fc75131f86c7b4 100644
--- a/tests/nile.mod
+++ b/tests/nile.mod
@@ -35,7 +35,7 @@ delta.prior(shape=beta,mean=2,stdev=4,interval=[1,20]);
 // I'm not sure what are the parameters used in the paper for the IG and beta distribution
 
 data(file='niledata.csv');
-dmm(drop=100,seed=0,thinning_factor=1,replic=500,max_order_of_integration=1,num_nonstationary=1);
+dmm(drop=100,seed=0,thinning_factor=1,replic=500,max_order_of_integration=1,num_nonstationary=1,num_forecasts=10);
 
 // calibrated parameter by regime
 //phi1.calibration(regime=1) = 0.2;