Merge ~canonical-kernel-team/+git/autotest-client-tests:phlin/ovl-smk-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: e5a5c4ef0b643c2be9e0f0e1b3ed58b8ff0ccd07
Proposed branch: ~canonical-kernel-team/+git/autotest-client-tests:phlin/ovl-smk-timeout
Merge into: ~canonical-kernel-team/+git/autotest-client-tests:master
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntu_overlayfs_smoke_test/control (+1/-1)
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+450229@code.launchpad.net

Commit message

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

The ubuntu_overlayfs_smoke_test.sh will take about 6 minutes to run
with Focal RISCV 5.15 instance.

To post a comment you must log in.
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_overlayfs_smoke_test/control b/ubuntu_overlayfs_smoke_test/control
2index 4471845..6ab446e 100644
3--- a/ubuntu_overlayfs_smoke_test/control
4+++ b/ubuntu_overlayfs_smoke_test/control
5@@ -39,6 +39,6 @@ if result == 'GOOD':
6 if test in SKIP_LIST:
7 print("SKIPPED: " + test)
8 continue
9- job.run_test_detail(name, test_name=test, tag=test, timeout=60*5)
10+ job.run_test_detail(name, test_name=test, tag=test, timeout=60*10)
11
12 # vi:set ts=4 sw=4 expandtab syntax=python:

Subscribers

People subscribed via source and target branches

to all changes: