aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_netconfc_SUITE_data/ns.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-03-18 11:22:15 +0100
committerPeter Andersson <[email protected]>2015-03-18 11:22:15 +0100
commit7d14b3ca1f8295b29ab320f4c2370b0b106efa3e (patch)
tree06e8f5976fa31cf5d55f40b23f951b2550506cbd /lib/common_test/test/ct_netconfc_SUITE_data/ns.erl
parentd7724d657638dae37a6b090394cba21f64b6dd6a (diff)
parentabcf91943c4d0d29c312786d9f531e531c6965a6 (diff)
downloadotp-7d14b3ca1f8295b29ab320f4c2370b0b106efa3e.tar.gz
otp-7d14b3ca1f8295b29ab320f4c2370b0b106efa3e.tar.bz2
otp-7d14b3ca1f8295b29ab320f4c2370b0b106efa3e.zip
Merge branch 'maint'
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 3c419c8164..e4bc396536 100644
--- a/lib/common_test/test/ct_netconfc_SUITE_data/ns.erl
+++ b/lib/common_test/test/ct_netconfc_SUITE_data/ns.erl
@@ -351,7 +351,7 @@ check_expected(SessionId,ConnRef,Msg) ->
do(ConnRef, Do),
reply(ConnRef,Reply);
error ->
- timer:sleep(1000),
+ ct:sleep(1000),
exit({error,{got_unexpected,SessionId,Msg,ets:tab2list(ns_tab)}})
end.