Skip to content

tests: Speed up the GIO actions test

Philip Withnall requested to merge pwithnall/glib:speed-up-actions-test into master

Reduce the number of iterations of things sent over a mock session bus from different threads, to avoid the test spending quite so long contested over the gsignal.c lock.

The test now takes about 10 seconds, according to time, rather than around 100 or longer.

Signed-off-by: Philip Withnall withnall@endlessm.com

Merge request reports