Skip to content

Commit

Permalink
Run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Mar 2, 2013
1 parent 70391e5 commit 3442acb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions test/http_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -147,19 +147,19 @@ groups() ->
te_identity
],
[
{http, [], Tests},
{https, [], Tests},
{http_compress, [], Tests},
{https_compress, [], Tests},
{onrequest, [], [
{http, [parallel], Tests},
{https, [parallel], Tests},
{http_compress, [parallel], Tests},
{https_compress, [parallel], Tests},
{onrequest, [parallel], [
onrequest,
onrequest_reply
]},
{onresponse, [], [
{onresponse, [parallel], [
onresponse_crash,
onresponse_reply
]},
{onresponse_capitalize, [], [
{onresponse_capitalize, [parallel], [
onresponse_capitalize
]},
{set_env, [], [
Expand Down
2 changes: 1 addition & 1 deletion test/ws_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ groups() ->
ws_timeout_reset,
ws_upgrade_with_opts
],
[{ws, [], BaseTests}].
[{ws, [parallel], BaseTests}].

init_per_suite(Config) ->
application:start(crypto),
Expand Down

0 comments on commit 3442acb

Please sign in to comment.