diff options
Diffstat (limited to 'scripts/tests/Ice/timeout.py')
-rw-r--r-- | scripts/tests/Ice/timeout.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/tests/Ice/timeout.py b/scripts/tests/Ice/timeout.py index 6dfd8e83c67..ea7afdb3856 100644 --- a/scripts/tests/Ice/timeout.py +++ b/scripts/tests/Ice/timeout.py @@ -8,4 +8,11 @@ # # ********************************************************************** -TestSuite(__name__, options = { "compress" : [False] }) +# Enable some tracing to allow investigating test failures +traceProps = { + "Ice.Trace.Network" : 2, + "Ice.Trace.Retry" : 1, + "Ice.Trace.Protocol" : 1 +} + +TestSuite(__name__, [ClientServerTestCase(traceProps=traceProps)], options = { "compress" : [False] }, ) |