[Python-modules-commits] r18352 - in packages/pyside/trunk/debian (rules)

odyx at users.alioth.debian.org odyx at users.alioth.debian.org
Fri Aug 26 08:55:15 UTC 2011


    Date: Friday, August 26, 2011 @ 08:55:14
  Author: odyx
Revision: 18352

Bump tests timeout from 1 to 10 minutes.

Modified:
  packages/pyside/trunk/debian/rules

Modified: packages/pyside/trunk/debian/rules
===================================================================
--- packages/pyside/trunk/debian/rules	2011-08-26 08:55:01 UTC (rev 18351)
+++ packages/pyside/trunk/debian/rules	2011-08-26 08:55:14 UTC (rev 18352)
@@ -26,6 +26,7 @@
 	-DCMAKE_SKIP_RPATH=true \
 	-DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) \
 	-DCMAKE_USE_PYTHON_VERSION="$*-dbg;$*_d;$*" \
+	-DCTEST_TESTING_TIMEOUT=600 \
 	-DUSE_XVFB=true \
 	-DPYTHON_BASENAME=python$*-dbg
 
@@ -37,6 +38,7 @@
 	-DCMAKE_SKIP_RPATH=true \
 	-DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) \
 	-DCMAKE_USE_PYTHON_VERSION="$*" \
+	-DCTEST_TESTING_TIMEOUT=600 \
 	-DUSE_XVFB=true \
 	-DPYTHON_BASENAME=python$* \
 	-DDEFAULT_PYTHON_BASENAME=python${DEFAULT_PY}




More information about the Python-modules-commits mailing list