[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg set test timeout for gocept.selenium tests.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Fri Apr 1 02:58:51 EDT 2011


Log message for revision 121186:
  set test timeout for gocept.selenium tests. 

Changed:
  U   Sandbox/janjaapdriessen/buildbot/buildout.cfg

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2011-04-01 06:58:19 UTC (rev 121185)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2011-04-01 06:58:51 UTC (rev 121186)
@@ -94,10 +94,11 @@
 test-sequence = $${:test}
 periodic-scheduler = 1440
 email-zope-test-style = True
-test-timeout = 300
+test-timeout = $${:_test_timeout}
 # sensible defaults
 _vcs = svn
 _vcs_mode = clobber
+_test_timeout = 3600
 test = bin/test --all
 info = svn info .
 buildout = bin/buildout -v
@@ -459,12 +460,14 @@
 bootstrap = python2.6 bootstrap.py -c selenium.cfg
 buildout = bin/buildout -v -c selenium.cfg
 slaves = slave-ubuntu32
+_test_timeout = 300
 
 [gocept.selenium-static-parameters]
 repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
 bootstrap = python2.6 bootstrap.py -c static.cfg
 buildout = bin/buildout -v -c static.cfg
 slaves = slave-ubuntu32
+_test_timeout = 300
 
 [gocept.selenium-wsgi-parameters]
 repos = http://svn.zope.org/repos/main/gocept.selenium/trunk



More information about the checkins mailing list