diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-08-19 17:45:48 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2019-08-19 17:45:48 -0400 |
commit | cb8b7046002ed0e2441ce9eb35b4ec470bebb9d2 (patch) | |
tree | 4fd56ca55900ef7668e1fdfecc5c7bacc097a06e /scripts/tests | |
parent | Fix for forward-declared only Slice proxies with typescript. (diff) | |
download | ice-cb8b7046002ed0e2441ce9eb35b4ec470bebb9d2.tar.bz2 ice-cb8b7046002ed0e2441ce9eb35b4ec470bebb9d2.tar.xz ice-cb8b7046002ed0e2441ce9eb35b4ec470bebb9d2.zip |
Add second adapter count to test script.
Fixes #485
Diffstat (limited to 'scripts/tests')
-rw-r--r-- | scripts/tests/Ice/timeout.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests/Ice/timeout.py b/scripts/tests/Ice/timeout.py index 63f3324cbc4..d300fd0130f 100644 --- a/scripts/tests/Ice/timeout.py +++ b/scripts/tests/Ice/timeout.py @@ -10,4 +10,4 @@ traceProps = { "Ice.Trace.Protocol" : 1 } -TestSuite(__name__, [ClientServerTestCase(traceProps=traceProps)], options = { "compress" : [False] }, ) +TestSuite(__name__, [ClientServerTestCase(server=Server(readyCount=2), traceProps=traceProps)], options = { "compress" : [False] }, ) |