summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/DHTSpec.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-01-21 19:03:16 -0500
committerjoe <joe@jerkface.net>2017-01-21 19:03:16 -0500
commitbff5b058b2caaeef335c2a50032df15fc23568f9 (patch)
tree0943e8771c06ae9f31fa45ce356c5adea7b6d1b8 /tests/Network/BitTorrent/DHTSpec.hs
parentb70401c23869b02a2fa1229b78e40aa824d9fbe2 (diff)
Test-suite build.
Diffstat (limited to 'tests/Network/BitTorrent/DHTSpec.hs')
-rw-r--r--tests/Network/BitTorrent/DHTSpec.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Network/BitTorrent/DHTSpec.hs b/tests/Network/BitTorrent/DHTSpec.hs
index 30abc867..77160eb5 100644
--- a/tests/Network/BitTorrent/DHTSpec.hs
+++ b/tests/Network/BitTorrent/DHTSpec.hs
@@ -36,8 +36,8 @@ spec = do
36 it "partial bootstrapping should finish in less than 10 seconds" $ do 36 it "partial bootstrapping should finish in less than 10 seconds" $ do
37 node <- resolveHostName (L.head defaultBootstrapNodes) 37 node <- resolveHostName (L.head defaultBootstrapNodes)
38 res <- timeout partialBootstrapTimeout $ do 38 res <- timeout partialBootstrapTimeout $ do
39 dht opts def $ do 39 dht opts def fullLogging $ do
40 bootstrap [node] 40 bootstrap Nothing [node]
41 isBootstrapped 41 isBootstrapped
42 res `shouldBe` Just True 42 res `shouldBe` Just True
43 43
@@ -57,4 +57,4 @@ spec = do
57 pending 57 pending
58 58
59 describe "delete" $ do 59 describe "delete" $ do
60 return () \ No newline at end of file 60 return ()