mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-22 12:40:38 +01:00
Group slow tests (those taking about a minute or more in one of the configurations built on Gitlab-CI) into a new 'slow' suite, which can be used with `meson test --no-suite=slow` to run just the faster tests. They default to a 5 minute timeout (usually enough) unless overridden (bus/dispatch.c can be *very* slow when OOM testing is enabled, and gets a 30 minute timeout). For the remaining tests, default to Meson's usual 30 second timeout, but bump up the timeout a bit in some cases to have a safety margin (my method was to take the slowest run on our Gitlab-CI, and make sure we're allowing about 3 times that long). Signed-off-by: Simon McVittie <smcv@collabora.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Makefile.am | ||
| meson.build | ||
| run-test-systemserver.sh | ||
| run-test.sh | ||
| test-autolaunch-win.c | ||
| test-autolaunch.c | ||
| test-ids.c | ||
| test-pending-call-disconnected.c | ||
| test-pending-call-dispatch.c | ||
| test-pending-call-timeout.c | ||
| test-privserver-client.c | ||
| test-shutdown.c | ||
| test-threads-init.c | ||