raise some test timeouts
This commit is contained in:
parent
3c12957c7e
commit
d93c12fcda
|
@ -19,6 +19,6 @@
|
||||||
"embed-planet-2"
|
"embed-planet-2"
|
||||||
"embed-me37.rkt"))
|
"embed-me37.rkt"))
|
||||||
|
|
||||||
(define test-timeouts '(("test.rkt" 1200)))
|
(define test-timeouts '(("test.rkt" 1800)))
|
||||||
|
|
||||||
(define test-responsibles '((all mflatt)))
|
(define test-responsibles '((all mflatt)))
|
||||||
|
|
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
(define compiled (car (use-compiled-file-paths)))
|
(define compiled (car (use-compiled-file-paths)))
|
||||||
|
|
||||||
|
(module+ test
|
||||||
|
(module config info
|
||||||
|
(define timeout 180)))
|
||||||
|
|
||||||
;; ----------------------------------------
|
;; ----------------------------------------
|
||||||
;; set up
|
;; set up
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
syntax/srcloc
|
syntax/srcloc
|
||||||
syntax/strip-context)
|
syntax/strip-context)
|
||||||
|
|
||||||
|
(module+ test
|
||||||
|
(module config info
|
||||||
|
(define timeout 180)))
|
||||||
|
|
||||||
(define blame-parties
|
(define blame-parties
|
||||||
(make-immutable-hash
|
(make-immutable-hash
|
||||||
(list (let ([stx #'here-syntax])
|
(list (let ([stx #'here-syntax])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user