Merge lp:~heber013/ubiquity/fix-encrypt-tests into lp:ubiquity

Proposed by Heber Parrucci
Status: Merged
Approved by: Jean-Baptiste Lallement
Approved revision: 6535
Merged at revision: 6535
Proposed branch: lp:~heber013/ubiquity/fix-encrypt-tests
Merge into: lp:ubiquity
Diff against target: 12 lines (+1/-1)
1 file modified
autopilot/ubiquity_autopilot_tests/tests/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~heber013/ubiquity/fix-encrypt-tests
Reviewer Review Type Date Requested Status
Jean-Baptiste Lallement Approve
Review via email: mp+324928@code.launchpad.net

Commit message

Increasing wait time for autopilot tests that involve disk encryption.

Description of the change

Autopilot ubiquity tests that involve disk encryption are failing due to a wait time issue. This change increases that time to avoid random failures.

To post a comment you must log in.
Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

LGTM. Thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'autopilot/ubiquity_autopilot_tests/tests/__init__.py'
2--- autopilot/ubiquity_autopilot_tests/tests/__init__.py 2016-08-10 20:52:57 +0000
3+++ autopilot/ubiquity_autopilot_tests/tests/__init__.py 2017-06-01 12:23:08 +0000
4@@ -140,7 +140,7 @@
5 "for ubi_question_dialog")
6 print("If the test failed here it is most likely a timing issue")
7 # This maybe overkill but better to be safe
8- time.sleep(20)
9+ time.sleep(40)
10 self.kbd.press_and_release('Right')
11 self.kbd.press_and_release('Enter')
12 print("Workaround ended continuing with wait for next step")

Subscribers

People subscribed via source and target branches

to status/vote changes: