Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e92090b
)
quic: add back missing test timeout
59/20559/2
author
Nathan Skrzypczak
<
[email protected]
>
Tue, 9 Jul 2019 12:36:31 +0000
(14:36 +0200)
committer
Dave Wallace
<
[email protected]
>
Tue, 9 Jul 2019 13:54:53 +0000
(13:54 +0000)
Type: fix
Change-Id: Ic153b2bc754ee69949f6e5fd412c474f9ed722f0
Signed-off-by: Nathan Skrzypczak <
[email protected]
>
test/test_quic.py
patch
|
blob
|
history
diff --git
a/test/test_quic.py
b/test/test_quic.py
index
0592c83
..
ed15cdc
100644
(file)
--- a/
test/test_quic.py
+++ b/
test/test_quic.py
@@
-188,8
+188,8
@@
class QUICEchoExternalTestCase(QUICTestCase):
_args,
self.logger)
self.worker_client.start()
- self.worker_client.join()
- self.worker_server.join()
+ self.worker_client.join(
self.timeout
)
+ self.worker_server.join(
self.timeout
)
self.sleep(self.post_test_sleep)
def validate_external_test_results(self):