diff options
author | Peter Andersson <[email protected]> | 2015-03-18 11:10:42 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-03-18 11:10:42 +0100 |
commit | abcf91943c4d0d29c312786d9f531e531c6965a6 (patch) | |
tree | 510f58e414d18b93d704abc90176a7ff3643b58d /lib/common_test/test/ct_shell_SUITE.erl | |
parent | ae42a30d17367c0c52a057230c18179dcda539bb (diff) | |
parent | cbea3156f051f92ebd355ea05c7904aa080fd72f (diff) | |
download | otp-abcf91943c4d0d29c312786d9f531e531c6965a6.tar.gz otp-abcf91943c4d0d29c312786d9f531e531c6965a6.tar.bz2 otp-abcf91943c4d0d29c312786d9f531e531c6965a6.zip |
Merge remote-tracking branch 'origin/peppe/common_test/enable_time_scaling' into maint
* origin/peppe/common_test/enable_time_scaling:
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), |