You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2020/03/13 20:30:50 UTC

[qpid-dispatch] branch master updated: NO-JIRA: system_tests_console: give router time to clean up client connections

This is an automated email from the ASF dual-hosted git repository.

kgiusti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ec0ff0  NO-JIRA: system_tests_console: give router time to clean up client connections
6ec0ff0 is described below

commit 6ec0ff0e0627edce72e9ba130d32288d0cb04b10
Author: Kenneth Giusti <kg...@apache.org>
AuthorDate: Fri Mar 13 16:30:41 2020 -0400

    NO-JIRA: system_tests_console: give router time to clean up client connections
---
 tests/system_tests_console.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/system_tests_console.py b/tests/system_tests_console.py
index 4e2bda2..f72bffc 100644
--- a/tests/system_tests_console.py
+++ b/tests/system_tests_console.py
@@ -25,6 +25,7 @@ from __future__ import print_function
 import os
 import errno
 import re
+import time
 import unittest
 from subprocess import PIPE
 import subprocess
@@ -134,6 +135,7 @@ class ConsoleTest(TestCase):
 
         sender.stop()
         receiver.stop()
+        time.sleep(1)
 
         assert pret == 0, \
             "console test exit status %d, output:\n%s" % (pret, out)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org