Code review comment for lp://staging/~gary/juju-gui/increase-timeout

Revision history for this message
Gary Poster (gary) wrote :

Reviewers: mp+161050_code.launchpad.net,

Message:
Please take a look.

Description:
TRIVIAL: increase CI unit test timeout

Unit tests are timing out in CI. Double the time.

https://code.launchpad.net/~gary/juju-gui/increase-timeout/+merge/161050

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/8562044/

Affected files:
   A [revision details]
   M test/test_charm_running.py

Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision: <email address hidden>
+New revision: <email address hidden>

Index: test/test_charm_running.py
=== modified file 'test/test_charm_running.py'
--- test/test_charm_running.py 2013-04-22 10:20:31 +0000
+++ test/test_charm_running.py 2013-04-26 00:11:26 +0000
@@ -53,7 +53,7 @@
              try:
                  total, failures = self.wait_for(
                      tests_completed, 'Unable to complete test run.',
- timeout=90)
+ timeout=180)
              except exceptions.TimeoutException:
                  print(self.driver.execute_script('return
testRunner.stats;'))
                  raise

« Back to merge proposal