summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-17 01:19:58 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-17 01:19:58 +0400
commit49489d296b3fc371934814566566735faa5cbacf (patch)
tree128560ccc986b0d4096b8df3883b4a28618c669c
parentedcedd63872809dd7905f2a21d00e0e2c67a3709 (diff)
Run UDP spec in parallel
-rw-r--r--tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs b/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs
index ae53c64b..fd7d1232 100644
--- a/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs
+++ b/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs
@@ -33,7 +33,7 @@ validateInfo AnnounceQuery {..} AnnounceInfo {..} = do
33 peerList = getPeerList respPeers 33 peerList = getPeerList respPeers
34 34
35spec :: Spec 35spec :: Spec
36spec = do 36spec = parallel $ do
37 forM_ trackerURIs $ \ uri -> 37 forM_ trackerURIs $ \ uri ->
38 context (show uri) $ do 38 context (show uri) $ do
39 describe "announce" $ do 39 describe "announce" $ do