gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 01/02: wait for termination


From: gnunet
Subject: [libeufin] 01/02: wait for termination
Date: Tue, 16 Jun 2020 11:09:42 +0200

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

dold pushed a commit to branch master
in repository libeufin.

commit d0a6a2f4fe36dad06c9814683035339fa1276b4d
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Jun 16 13:56:50 2020 +0530

    wait for termination
---
 integration-tests/util.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/integration-tests/util.py b/integration-tests/util.py
index cbae221..bb4a457 100644
--- a/integration-tests/util.py
+++ b/integration-tests/util.py
@@ -20,6 +20,7 @@ def checkPort(port):
 def kill(name, s):
     print(f"terminating {name} ...")
     s.terminate()
+    s.wait(1)
     print("terminated!")
 
 

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