gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 04/04: tests/lost-and-found: Note that "concurrent losin


From: gnunet
Subject: [gnunet-scheme] 04/04: tests/lost-and-found: Note that "concurrent losing" is a bit slow.
Date: Wed, 27 Jul 2022 21:30:04 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit ff36dc88add86fc0b8e33782154486280239906b
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Jul 27 21:29:38 2022 +0200

    tests/lost-and-found: Note that "concurrent losing" is a bit slow.
---
 tests/lost-and-found.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/lost-and-found.scm b/tests/lost-and-found.scm
index 5ff08b2..908f72b 100644
--- a/tests/lost-and-found.scm
+++ b/tests/lost-and-found.scm
@@ -177,7 +177,10 @@ bypassed by calling @code{add-found!} directly)."
   (perform-operation (collect-lost-and-found-operation lost-and-found)))
 
 ;; In the current implementation of Guile, while to a degree GC is 
parellelised,
-;; gc hooks are serialised (or maybe not, since ‘this hook is run  
+;; gc hooks are serialised (or maybe not, since ‘this hook is run
+;;
+;; This is a slow test -- it tends to take between 3 s and 15 s to run
+;; on some rando's computer (with recent CPU model).
 (test-assert "concurrent losing"
   (run-fibers
    (lambda ()

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]