Index: tests/Makefile.in
===================================================================
--- tests/Makefile.in	(revision b90aace6d1004b46dd2f6937e4aa9b811e7fdd60)
+++ tests/Makefile.in	(revision c6bbcdb974c5ebafafaef230f9213f99ff0e01ce)
@@ -301,4 +301,5 @@
 quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
 concurrent = 
+timeouts = 
 TEST_PY = python ${builddir}/test.py
 
@@ -616,8 +617,8 @@
 #----------------------------------------------------------------------------------------------------------------
 all-local :
-	@+${TEST_PY} --debug=${debug}  --install=${installed} ${concurrent} ${quick_test}
+	@+${TEST_PY} --debug=${debug}  --install=${installed} ${concurrent} ${timeouts} ${quick_test}
 
 all-tests :
-	@+${TEST_PY} --all --debug=${debug}  --install=${installed} ${concurrent}		# '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
+	@+${TEST_PY} --debug=${debug}  --install=${installed} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
 
 clean-local :
