adjust some test timeouts
This commit is contained in:
parent
3bf637f6f9
commit
334bfd2f3c
|
@ -1,3 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-timeouts '(("test.rkt" 1000)))
|
||||
(define test-timeouts '(("test.rkt" 1500)))
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
#lang racket/base
|
||||
(require "test-util.rkt")
|
||||
|
||||
(module+ test
|
||||
(module config info
|
||||
(define timeout 180)))
|
||||
|
||||
(parameterize ([current-contract-namespace
|
||||
(make-basic-contract-namespace
|
||||
'racket/class
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#lang racket/base
|
||||
|
||||
(module+ test
|
||||
(module config info
|
||||
(define timeout 300)))
|
||||
|
||||
(define (do-thread t) (thread t))
|
||||
(set! do-thread do-thread)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user