diff options
author | Ubuntu <ubuntu@cert-jenkins-slave-1-201406-15260.maas> | 2021-09-15 13:30:40 +0000 |
---|---|---|
committer | Ubuntu <ubuntu@cert-jenkins-slave-1-201406-15260.maas> | 2021-09-15 13:30:40 +0000 |
commit | cc3a56610889c745cdab0f8be9576918ea90a0d5 (patch) | |
tree | b6c70571a3442135536b9d26515c8e3394fa20d9 /units | |
parent | 7e6a412cf72fab51b113c712bc37b98d1481f0f8 (diff) | |
parent | c19d201a752f31095bc240636ab066b18736e3de (diff) |
Merge #407881 from ~medicalwei/plainbox-provider-checkbox:systemd-analyze-wait-for-boot
Diffstat (limited to 'units')
-rw-r--r-- | units/info/jobs.pxu | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/units/info/jobs.pxu b/units/info/jobs.pxu index d2ed96b..12d7ab1 100644 --- a/units/info/jobs.pxu +++ b/units/info/jobs.pxu @@ -454,7 +454,11 @@ category_id: com.canonical.plainbox::info id: info/systemd-analyze estimated_duration: 0.2 _summary: System boot-up performance statistics -command: systemd-analyze +command: + # Wait for boot to complete + # https://github.com/systemd/systemd/pull/9796 + timeout 60 systemctl is-system-running --wait > /dev/null + systemd-analyze id: lstopo_verbose_attachment plugin: attachment |