From 805a4a66c94f45438ffe8dc45ef02e1a25553031 Mon Sep 17 00:00:00 2001 From: Casey Klein Date: Sun, 28 Nov 2010 06:40:53 -0600 Subject: [PATCH] Increases timeout for redex/examples/delim-cont/randomized-tests-test.rkt --- collects/meta/props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/meta/props b/collects/meta/props index 9677c869e6..5a1bd9abe7 100755 --- a/collects/meta/props +++ b/collects/meta/props @@ -1198,7 +1198,7 @@ path/s is either such a string or a list of them. "collects/redex/examples/church.rkt" drdr:command-line (mzc *) "collects/redex/examples/combinators.rkt" drdr:command-line (mzc *) "collects/redex/examples/compatible-closure.rkt" drdr:command-line (mzc *) -"collects/redex/examples/delim-cont/randomized-tests-test.rkt" drdr:timeout 120 drdr:random #t +"collects/redex/examples/delim-cont/randomized-tests-test.rkt" drdr:timeout 180 drdr:random #t "collects/redex/examples/delim-cont/randomized-tests.rkt" drdr:random #t "collects/redex/examples/delim-cont/test.rkt" drdr:command-line (mzc *) "collects/redex/examples/letrec.rkt" drdr:command-line (mzc *)