[Git][haskell-team/DHG_packages][master] stm-delay: Extend test timeout to 60s for slower buildds

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Jan 14 15:30:06 GMT 2026



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
ab18131b by Scott Talbert at 2026-01-14T10:29:23-05:00
stm-delay: Extend test timeout to 60s for slower buildds

- - - - -


2 changed files:

- p/haskell-stm-delay/debian/changelog
- p/haskell-stm-delay/debian/patches/extend-test-timeout


Changes:

=====================================
p/haskell-stm-delay/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-stm-delay (0.1.1.2-4) unstable; urgency=medium
+
+  * Extend test timeout to 60s for slower buildds
+
+ -- Scott Talbert <swt at techie.net>  Wed, 14 Jan 2026 10:28:03 -0500
+
 haskell-stm-delay (0.1.1.2-3) unstable; urgency=medium
 
   * Extend test timeout


=====================================
p/haskell-stm-delay/debian/patches/extend-test-timeout
=====================================
@@ -7,5 +7,5 @@ Index: b/test/Main.hs
      let duration = endTime `diffUTCTime` startTime
      putStrLn $ "Creating and waiting for " ++ show count ++ " delays took " ++ show duration ++ "."
 -    when (duration > 4.0) $
-+    when (duration > 10.0) $
++    when (duration > 60.0) $
          fail $ "newDelay and waitDelay are too slow"



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ab18131b01521ae893d2bccd33ec5d1d11745172

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ab18131b01521ae893d2bccd33ec5d1d11745172
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260114/1d7e7734/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list