Description: Increase timeout for tests
Author: Ilias Tsitsimpis <iliastsi@debian.org>
Forwarded: https://github.com/vincenthz/hs-tls/issues/252
---

--- a/Tests/Tests.hs
+++ b/Tests/Tests.hs
@@ -55,7 +55,7 @@
     d <- B.pack <$> pick (someWords8 256)
     run $ writeChan startQueue d
     -- receive it
-    dres <- run $ timeout 10000000 $ readChan resultQueue
+    dres <- run $ timeout 600000000 $ readChan resultQueue
     -- check if it equal
     Just d `assertEq` dres
     return ()
