Skip to content
  • Emanuele Aina's avatar
    *-boot-tpl: Increase timeout for overlay deployment · 4ddcad5c
    Emanuele Aina authored
    To make the test files available to the DUT, LAVA downloads and packages them
    in a tarball which gets sent to the DUT and unpacked there.
    
    In the `group-apparmor-tpl.yaml` case the generated overlay is quite big, ~150MB,
    and the time needed for the DUT to download and install it is now triggering
    the default connection timeout, which is set to 2 minutes.
    
    https://lava.collabora.co.uk/static/docs/v2/timeouts.html#job-timeouts
    
    
    
    The main culprit for the size of the overlay is the `apparmor-gstreamer1-0`
    testcase which contains a few relatively large videos. Since LAVA also packs
    the `.git` folder, the amount of bytes consumed by the videos is doubled by the
    presence of their git blobs, and the total weight of the testcase is around
    100MB alone.
    
    To work around the issue, increase the timeout specifically for the connection
    matching the overlay download and unpack operation.
    
    Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
    4ddcad5c