Increase thread timeout to reduce flakiness. Taken from upstream: https://github.com/xbmc/xbmc/commit/574b0182d8b641fd24029f372ebdcccc897123e2 diff --git a/xbmc/threads/test/TestEvent.cpp b/xbmc/threads/test/TestEvent.cpp index 42fb8c2fc609..40e644c0ed3c 100644 --- a/xbmc/threads/test/TestEvent.cpp +++ b/xbmc/threads/test/TestEvent.cpp @@ -484,7 +484,7 @@ TEST(TestEvent, GroupTimedWait) EXPECT_TRUE(w3.result == NULL); // this should end given the wait is for only 50 millis - EXPECT_TRUE(waitThread3.timed_join(MILLIS(100))); + EXPECT_TRUE(waitThread3.timed_join(MILLIS(200))); EXPECT_TRUE(!w3.waiting); EXPECT_TRUE(w3.result == NULL); 8eec66'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ldap.scm
AgeCommit message (Expand)Author
2022-12-14gnu: slapd-configuration: Update default for run-dir....* gnu/services/ldap.scm (slapd-configuration): Update default value for run-dir to match defaults of 389-ds-base package. * doc/guix.texi: Update documentation. Ricardo Wurmus
2022-12-14gnu: Add directory-server-service-type....* gnu/services/ldap.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (LDAP Services): Document it. Ricardo Wurmus