summaryrefslogtreecommitdiff
path: root/dev-lisp/sbcl/files/concurrency-test-2.0.1.patch
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2020-01-30 22:38:47 +0700
committerAndrey Grozin <grozin@gentoo.org>2020-01-30 22:38:47 +0700
commit222e649f1623596ab1ccafd246bba566bb2473da (patch)
tree434b6b10651db7316f611e29df0cc00b6a3c8f7b /dev-lisp/sbcl/files/concurrency-test-2.0.1.patch
parent8880ed9f596adebe18027811d695834a9d145fad (diff)
downloadgentoo-222e649f1623596ab1ccafd246bba566bb2473da.tar.gz
gentoo-222e649f1623596ab1ccafd246bba566bb2473da.tar.bz2
gentoo-222e649f1623596ab1ccafd246bba566bb2473da.zip
dev-lisp/sbcl: bump to 2.0.1
Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-lisp/sbcl/files/concurrency-test-2.0.1.patch')
-rw-r--r--dev-lisp/sbcl/files/concurrency-test-2.0.1.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lisp/sbcl/files/concurrency-test-2.0.1.patch b/dev-lisp/sbcl/files/concurrency-test-2.0.1.patch
new file mode 100644
index 000000000000..e0a36a8b3a25
--- /dev/null
+++ b/dev-lisp/sbcl/files/concurrency-test-2.0.1.patch
@@ -0,0 +1,12 @@
+diff -r -U3 sbcl-2.0.1.orig/contrib/sb-concurrency/tests/test-frlock.lisp sbcl-2.0.1/contrib/sb-concurrency/tests/test-frlock.lisp
+--- sbcl-2.0.1.orig/contrib/sb-concurrency/tests/test-frlock.lisp 2020-01-27 04:26:30.000000000 +0700
++++ sbcl-2.0.1/contrib/sb-concurrency/tests/test-frlock.lisp 2020-01-30 21:53:57.750913923 +0700
+@@ -88,7 +88,7 @@
+ #+sb-thread
+ (deftest* (frlock.1)
+ (handler-case
+- (sb-ext:with-timeout 40
++ (sb-ext:with-timeout 240
+ (test-frlocks #+win32 :outer-write-pause #+win32 t ))
+ (sb-ext:timeout (c)
+ (error "~A" c)))