the planet tests should not count as random

This commit is contained in:
Robby Findler 2014-01-01 10:32:49 -06:00
parent 48a85125da
commit a205963d95

View File

@ -11,8 +11,7 @@ in parallel
(module test racket/base
(require racket/path)
(module config info
(define timeout 500)
(define random? #t))
(define timeout 500))
(require racket/runtime-path)
(define-runtime-path me "run-all.rkt")