summaryrefslogtreecommitdiff
path: root/dev-lisp/sbcl/files/concurrency-test-2.5.10.patch
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2025-11-03 22:13:55 +0700
committerAndrey Grozin <grozin@gentoo.org>2025-11-03 22:13:55 +0700
commit10705be48b000859ff971ace994594a58f46ed7c (patch)
tree96fc3960bda3cc9c1f1e535ec0482b1d15ac2474 /dev-lisp/sbcl/files/concurrency-test-2.5.10.patch
parenta5e94065c48540329ff15d8e29843389cab22724 (diff)
downloadgentoo-10705be48b000859ff971ace994594a58f46ed7c.tar.gz
gentoo-10705be48b000859ff971ace994594a58f46ed7c.tar.bz2
gentoo-10705be48b000859ff971ace994594a58f46ed7c.zip
dev-lisp/sbcl: bump to 2.5.10
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-lisp/sbcl/files/concurrency-test-2.5.10.patch')
-rw-r--r--dev-lisp/sbcl/files/concurrency-test-2.5.10.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lisp/sbcl/files/concurrency-test-2.5.10.patch b/dev-lisp/sbcl/files/concurrency-test-2.5.10.patch
new file mode 100644
index 000000000000..3926114adbb2
--- /dev/null
+++ b/dev-lisp/sbcl/files/concurrency-test-2.5.10.patch
@@ -0,0 +1,12 @@
+diff '--color=auto' -r -U3 sbcl-2.5.10.orig/contrib/sb-concurrency/tests/test-frlock.lisp sbcl-2.5.10/contrib/sb-concurrency/tests/test-frlock.lisp
+--- sbcl-2.5.10.orig/contrib/sb-concurrency/tests/test-frlock.lisp 2025-10-28 00:13:20.000000000 +0700
++++ sbcl-2.5.10/contrib/sb-concurrency/tests/test-frlock.lisp 2025-11-01 19:10:56.810091410 +0700
+@@ -83,7 +83,7 @@
+ #+sb-thread
+ (deftest frlock.1
+ (handler-case
+- (sb-ext:with-timeout (* 40 #+gc-stress 10)
++ (sb-ext:with-timeout (* 240 #+gc-stress 10)
+ (test-frlocks #+win32 :outer-write-pause #+win32 t ))
+ (sb-ext:timeout (c)
+ (error "~A" c)))