From 2dadc4dbaca7df04d05651efcbd14e2698dd6e2a Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Sat, 14 Apr 2012 19:36:22 -0600 Subject: [PATCH] syntax/parse: increase timeout for stress-template --- collects/meta/props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/meta/props b/collects/meta/props index 62f99f0547..328e61b9fe 100755 --- a/collects/meta/props +++ b/collects/meta/props @@ -1988,7 +1988,7 @@ path/s is either such a string or a list of them. "collects/tests/stepper/write-display.rktl" drdr:command-line #f "collects/tests/stress.rkt" responsible (jay) "collects/tests/stxparse" responsible (ryanc) -"collects/tests/stxparse/stress-template.rkt" drdr:timeout 60 +"collects/tests/stxparse/stress-template.rkt" drdr:timeout 120 "collects/tests/stxparse/stxclass.rkt" drdr:command-line (gracket-text "-t" *) "collects/tests/syntax" responsible (stamourv mflatt) "collects/tests/syntax-color" responsible (mflatt)