Merge lp://staging/~gary/juju-gui/increase-timeout into lp://staging/juju-gui/experimental

Proposed by Gary Poster
Status: Merged
Merged at revision: 616
Proposed branch: lp://staging/~gary/juju-gui/increase-timeout
Merge into: lp://staging/juju-gui/experimental
Diff against target: 12 lines (+1/-1)
1 file modified
test/test_charm_running.py (+1/-1)
To merge this branch: bzr merge lp://staging/~gary/juju-gui/increase-timeout
Reviewer Review Type Date Requested Status
Juju GUI Hackers Pending
Review via email: mp+161050@code.staging.launchpad.net

Description of the change

TRIVIAL: increase CI unit test timeout

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

https://codereview.appspot.com/8562044/

To post a comment you must log in.
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

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

*** Submitted:

TRIVIAL: increase CI unit test timeout

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

R=
CC=
https://codereview.appspot.com/8562044

https://codereview.appspot.com/8562044/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches