[Git][haskell-team/DHG_packages][master] concurrent-extra: Extend stress test timeout for slower buildds
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Tue May 12 22:12:09 BST 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
52b8cfa2 by Scott Talbert at 2026-05-12T17:09:39-04:00
concurrent-extra: Extend stress test timeout for slower buildds
- - - - -
2 changed files:
- p/haskell-concurrent-extra/debian/changelog
- p/haskell-concurrent-extra/debian/patches/stress-test-timeout
Changes:
=====================================
p/haskell-concurrent-extra/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-concurrent-extra (0.7.0.12-6) unstable; urgency=medium
+
+ * Extend stress test timeout for slower buildds (Closes: #1133134)
+
+ -- Scott Talbert <swt at techie.net> Tue, 12 May 2026 17:08:06 -0400
+
haskell-concurrent-extra (0.7.0.12-5) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-concurrent-extra/debian/patches/stress-test-timeout
=====================================
@@ -5,7 +5,7 @@
stressTest :: Assertion
-stressTest = assert $ within (500 * a_moment) $ do
-+stressTest = assert $ within (1000 * a_moment) $ do
++stressTest = assert $ within (10000 * a_moment) $ do
lock <- RWLock.new
let randomDelay hi = randomRIO (0, hi) >>= threadDelay
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/52b8cfa2f5308d2b90bc003778d24acd93a5a25d
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/52b8cfa2f5308d2b90bc003778d24acd93a5a25d
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260512/fbff4433/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list