Skip to content

tests: Remove a manual timeout from desktop-app-info test

Philip Withnall requested to merge pwithnall/glib:wait-for-nothing into main

It sometimes fails under valgrind, and is pointless: if the test is wedged, it’s better to catch that with the timeout at the level of meson test, which can be tailored (using -t) to the test environment and wrapper.

See !2961 (comment 1600072)

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports