Merge ~canonical-kernel-team/+git/autotest-client-tests:phlin/lttng-timeout into ~canonical-kernel-team/+git/autotest-client-tests:master

Proposed by Po-Hsu Lin
Status: Merged
Merge reported by: Po-Hsu Lin
Merged at revision: 3ae62692256603fa51d028f29a933672dfe40803
Proposed branch: ~canonical-kernel-team/+git/autotest-client-tests:phlin/lttng-timeout
Merge into: ~canonical-kernel-team/+git/autotest-client-tests:master
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntu_lttng_smoke_test/control (+1/-1)
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Sean Feole Approve
Review via email: mp+451443@code.launchpad.net

Commit message

BugLink: https://bugs.launchpad.net/bugs/2036194

The whole process of the test (install packages, build DKMS module,
test, remove DKMS) will take about 20 minutes to run on AWS a1.medium.

Bump the timeout to 30 minutes to give it a chance to finish.

To post a comment you must log in.
Revision history for this message
Sean Feole (sfeole) wrote :

+1

review: Approve
Revision history for this message
Francis Ginther (fginther) wrote :

+1

review: Approve
Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Applied and pushed. Thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/ubuntu_lttng_smoke_test/control b/ubuntu_lttng_smoke_test/control
2index a3493b5..37e1f01 100755
3--- a/ubuntu_lttng_smoke_test/control
4+++ b/ubuntu_lttng_smoke_test/control
5@@ -12,6 +12,6 @@ DOC = ""
6
7 name = 'ubuntu_lttng_smoke_test'
8
9-results = job.run_test_detail('ubuntu_lttng_smoke_test', test_name='lttng-smoke-test', tag='lttng-smoke-test', timeout=60*20)
10+results = job.run_test_detail('ubuntu_lttng_smoke_test', test_name='lttng-smoke-test', tag='lttng-smoke-test', timeout=60*30)
11
12 # vi:set ts=4 sw=4 expandtab syntax=python:

Subscribers

People subscribed via source and target branches

to all changes: