Skip to content

test: Raise SIGALRM interval to 50µs

Matt Turner requested to merge mattst88/libei:test-timeout into main

On some platforms, an interval of 5µs is short enough that the test spends its time almost exclusively processing SIGALRMs and never progresses otherwise. Raising the interval to 50µs allows the test to pass in a fraction of a second.

Bug: https://bugs.gentoo.org/916777 Closes: #50 (closed)

Merge request reports