diff options
author | Peter Andersson <[email protected]> | 2015-03-17 13:34:30 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-03-18 10:03:13 +0100 |
commit | cbea3156f051f92ebd355ea05c7904aa080fd72f (patch) | |
tree | f4f7b35a5f44fe274061e90d14254b7e40e03cf3 /lib/common_test/test/ct_shell_SUITE.erl | |
parent | 5fde23474656c1934250e8b8a9c7399dc00d5bdf (diff) | |
download | otp-cbea3156f051f92ebd355ea05c7904aa080fd72f.tar.gz otp-cbea3156f051f92ebd355ea05c7904aa080fd72f.tar.bz2 otp-cbea3156f051f92ebd355ea05c7904aa080fd72f.zip |
Enable timetrap scaling for all tests
Diffstat (limited to 'lib/common_test/test/ct_shell_SUITE.erl')
-rw-r--r-- | lib/common_test/test/ct_shell_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_shell_SUITE.erl b/lib/common_test/test/ct_shell_SUITE.erl index 4b8c43d800..70c0ab8127 100644 --- a/lib/common_test/test/ct_shell_SUITE.erl +++ b/lib/common_test/test/ct_shell_SUITE.erl @@ -93,7 +93,7 @@ start_interactive(Config) -> test_server:format(Level, "ct_util_server not stopped on ~p yet, waiting 5 s...~n", [CTNode]), - timer:sleep(5000), + ct:sleep(5000), undefined = rpc:call(CTNode, erlang, whereis, [ct_util_server]) end, Events = ct_test_support:get_events(ERPid, Config), |