gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 01/03: tests/util: Remove reference to 'gc-timeout'.


From: gnunet
Subject: [gnunet-scheme] 01/03: tests/util: Remove reference to 'gc-timeout'.
Date: Wed, 27 Jul 2022 22:01:11 +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 007c83a485b7202900b1d3a9a9774f9b74ab59ea
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Jul 27 21:32:01 2022 +0200

    tests/util: Remove reference to 'gc-timeout'.
    
    This procedure didn't end up committed, oops!
---
 tests/utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/utils.scm b/tests/utils.scm
index 6abf87f..bdad806 100644
--- a/tests/utils.scm
+++ b/tests/utils.scm
@@ -262,7 +262,7 @@ fiber exit and the fibers do not keep a reference to the 
service object."
            (sleep delay)
            (if (weak-vector-ref reference 0)
                ;; not yet collected, try again later.
-               (and (< delay (gc-timeout)) (loop (* 2 delay)))
+               (and (< delay 2.) (loop (* 2 delay)))
                ;; A single (gc) is not sufficient -- the entry in the weak 
vector
                ;; could become #false without it being added to the guardian,
                ;; causing the fibers started by the service to not stop yet,

-- 
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]