From 3442acbe355db314d7b146eb5319230106ab226b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 2 Mar 2013 16:15:48 +0100 Subject: Run tests in parallel --- test/ws_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ws_SUITE.erl') 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), -- cgit v1.2.3