raco pkg tests: declare a lock for the test

Declare a lock to see whether it has any effect on DrDr, where BC and
CS runs might be competing for a TCP port.
This commit is contained in:
Matthew Flatt 2021-05-12 18:08:30 -06:00
parent 13ee90da4d
commit 3fce07c8b5

View File

@ -67,7 +67,8 @@
(module+ test (module+ test
(module config info (module config info
(define timeout 3000)) (define timeout 3000)
(define lock-name "pkg-test"))
(go)) (go))
(module+ main (module+ main