From 033cf78ee6102ca104b04460abfbbfa84cf22cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 3 Feb 2020 19:15:27 +0100 Subject: Fix date<=. --- tests/run-tests.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run-tests.scm') diff --git a/tests/run-tests.scm b/tests/run-tests.scm index 4ffe6d4e..8d99eef7 100755 --- a/tests/run-tests.scm +++ b/tests/run-tests.scm @@ -57,7 +57,7 @@ (let ((modules (read))) (eval-in-sandbox `(begin ,@(read-multiple)) - #:time-limit 5 ; larger than should be needed + #:time-limit 60 ; larger than should be needed #:module (make-sandbox-module (append modules '(((srfi srfi-64) test-assert test-equal test-error) -- cgit v1.2.3