aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-10-31 11:45:38 +0100
committerBjörn Gustavsson <[email protected]>2012-10-31 12:12:28 +0100
commit65590d374d83af7f7d64c19e7f911da3cd2e16cc (patch)
tree85a0944cc59efc5134c8a0c7cbf61e45616ec224 /lib/common_test/test
parent855b1b9ea8885512258523860de8dd456ef6c708 (diff)
downloadotp-65590d374d83af7f7d64c19e7f911da3cd2e16cc.tar.gz
otp-65590d374d83af7f7d64c19e7f911da3cd2e16cc.tar.bz2
otp-65590d374d83af7f7d64c19e7f911da3cd2e16cc.zip
Remove redundant sleep in ct_master_SUITE
Diffstat (limited to 'lib/common_test/test')
-rw-r--r--lib/common_test/test/ct_master_SUITE.erl1
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).