aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-03-02 16:15:48 +0100
committerLoïc Hoguin <[email protected]>2013-03-02 16:24:34 +0100
commit3442acbe355db314d7b146eb5319230106ab226b (patch)
tree4071e5edc07836d25ef4db4a06c8491f7bd74473 /test/ws_SUITE.erl
parent70391e58db37e6bb9cb86b92dc78dfadc7ac7fff (diff)
downloadcowboy-3442acbe355db314d7b146eb5319230106ab226b.tar.gz
cowboy-3442acbe355db314d7b146eb5319230106ab226b.tar.bz2
cowboy-3442acbe355db314d7b146eb5319230106ab226b.zip
Run tests in parallel
Diffstat (limited to 'test/ws_SUITE.erl')
-rw-r--r--test/ws_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl
index 5f980d8..b6709ca 100644
--- a/test/ws_SUITE.erl
+++ b/test/ws_SUITE.erl
@@ -60,7 +60,7 @@ groups() ->
ws_timeout_reset,
ws_upgrade_with_opts
],
- [{ws, [], BaseTests}].
+ [{ws, [parallel], BaseTests}].
init_per_suite(Config) ->
application:start(crypto),