From 988237bbd5d01379433bd22e99fba06837b359f9 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 2 Jul 2022 10:38:11 +0200 Subject: Improve tests --- tests/api_wait_end_3n/node.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/api_wait_end_3n/node.py') diff --git a/tests/api_wait_end_3n/node.py b/tests/api_wait_end_3n/node.py index a8fbcd7..eddc408 100644 --- a/tests/api_wait_end_3n/node.py +++ b/tests/api_wait_end_3n/node.py @@ -4,7 +4,8 @@ def execute(api): wait=api.node_id api.log("Before wait for "+str(wait)+"s") api.wait(wait) # Since 3 nodes max(wait)==2 - + api.log("First wait end") + # Ensure that wait end return back when simulation ends api.wait_end() api.log("Terminated") -- cgit v1.2.3