diff options
author | Björn Gustavsson <[email protected]> | 2012-10-31 11:45:38 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-10-31 12:12:28 +0100 |
commit | 65590d374d83af7f7d64c19e7f911da3cd2e16cc (patch) | |
tree | 85a0944cc59efc5134c8a0c7cbf61e45616ec224 /lib/common_test/test/ct_master_SUITE.erl | |
parent | 855b1b9ea8885512258523860de8dd456ef6c708 (diff) | |
download | otp-65590d374d83af7f7d64c19e7f911da3cd2e16cc.tar.gz otp-65590d374d83af7f7d64c19e7f911da3cd2e16cc.tar.bz2 otp-65590d374d83af7f7d64c19e7f911da3cd2e16cc.zip |
Remove redundant sleep in ct_master_SUITE
Diffstat (limited to 'lib/common_test/test/ct_master_SUITE.erl')
-rw-r--r-- | lib/common_test/test/ct_master_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_master_SUITE.erl b/lib/common_test/test/ct_master_SUITE.erl index 56006fbfe8..d46ba68af6 100644 --- a/lib/common_test/test/ct_master_SUITE.erl +++ b/lib/common_test/test/ct_master_SUITE.erl @@ -193,7 +193,6 @@ run_test(_Name, FileName, Config) -> [{FileName,ok}] = ct_test_support:run({ct_master,run,[FileName]}, [{ct_master,basic_html,[true]}], Config), - timer:sleep(5000), [{FileName,ok}] = ct_test_support:run({ct_master,run,[FileName]}, [{ct_master,basic_html,[false]}], Config). |