aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_netconfc_SUITE_data/ns.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2016-06-09 14:52:35 +0200
committerSiri Hansen <[email protected]>2016-06-09 14:52:35 +0200
commit68ff9f3e4b5387cf38af7aeb1a8b7abbdaa867d8 (patch)
treeb34c9396a56b03968beaf3cdbab56e4a8a4847d2 /lib/common_test/test/ct_netconfc_SUITE_data/ns.erl
parent75e5cdabbcaaa12f043225ca8d361055a9d47b24 (diff)
parentbaf5751951f3463d599ccb958272ab6a6fec39b4 (diff)
downloadotp-68ff9f3e4b5387cf38af7aeb1a8b7abbdaa867d8.tar.gz
otp-68ff9f3e4b5387cf38af7aeb1a8b7abbdaa867d8.tar.bz2
otp-68ff9f3e4b5387cf38af7aeb1a8b7abbdaa867d8.zip
Merge branch 'siri/cuddle-master'
* siri/cuddle-master: [ct test] Wait for event receiver to be unregistered [ct test] Flush messages from old client after close in telnet server [ct test] Use monitor instead of ct:sleep [ct test] Check that crypto is loaded, or skip netconf tests [ct test] Reduce amount of data in netconfc1_SUITE:get_a_lot
Diffstat (limited to 'lib/common_test/test/ct_netconfc_SUITE_data/ns.erl')
-rw-r--r--lib/common_test/test/ct_netconfc_SUITE_data/ns.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_netconfc_SUITE_data/ns.erl b/lib/common_test/test/ct_netconfc_SUITE_data/ns.erl
index 9fb1fb6547..e62bc617fa 100644
--- a/lib/common_test/test/ct_netconfc_SUITE_data/ns.erl
+++ b/lib/common_test/test/ct_netconfc_SUITE_data/ns.erl
@@ -279,7 +279,7 @@ send({CM,Ch},Data) ->
%%% Split into many small parts and send to client
send_frag({CM,Ch},Data) ->
- Sz = rand:uniform(2000),
+ Sz = rand:uniform(1000),
case Data of
<<Chunk:Sz/binary,Rest/binary>> ->
ssh_connection:send(CM, Ch, Chunk),