Changeset aa36625


Ignore:
Timestamp:
03/13/2022 02:14:38 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
cac5f30
Parents:
674cb17
Message:

tracker-miners: move libseccomp to recommended

Also add some nitpick about timeouts in tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/tracker3-miners.xml

    r674cb17 raa36625  
    8787      <xref linkend="libexif"/>,
    8888      <xref linkend="libgrss"/>,
    89       <xref linkend="libgxps"/>, and
     89      <xref linkend="libgxps"/>,
     90      <xref linkend="libseccomp"/>, and
    9091      <xref linkend="poppler"/>
    9192    </para>
     
    9798      <xref linkend="dconf"/>,
    9899      <xref linkend="libgsf"/>,
    99       <xref linkend="libseccomp"/>,
    100100      <xref linkend="taglib"/>,
    101101      <xref linkend="totem-pl-parser"/>,
     
    127127-->
    128128
    129     <para>
    130       If you plan to run the tests, you may want to increase the global timeout
    131       for them. The default value, 120 s, is not adapted to spinning disks
    132       (replace 200 with a value suitable for your machine):
    133     </para>
     129    <note>
     130      <para>
     131        If you plan to run the tests, some timeouts are too short when
     132        using spinning disks. There are two places where timeouts are
     133        used: first, individual tests inside a group of tests have a
     134        default timeout of 10s. This can be changed by setting the environment
     135        variable <envar>TRACKER_TESTS_AWAIT_TIMEOUT</envar> to the desired
     136        value when running the tests (see below). Second, a global timeout
     137        for a group of tests is fixed at configuration time. The default value
     138        in the <filename class="directory">functional-tests</filename>
     139        directory (other directories have only short lived tests) may be
     140        increased with the following command (replace 200 with a value
     141        suitable for your machine):
     142      </para>
    134143
    135144<screen remap="test"><userinput>sed -i s/120/<replaceable>200</replaceable>/ tests/functional-tests/meson.build</userinput></screen>
     145    </note>
    136146
    137147    <para>
     
    158168    <para>
    159169      To test the results, issue (adjust the individual test timeout to a
    160       value suitable for your machine. The default value of 10s is too
    161       short for spinning disks):
     170      value suitable for your machine, see the note above):
    162171    </para>
    163172
Note: See TracChangeset for help on using the changeset viewer.