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:
parent
13ee90da4d
commit
3fce07c8b5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user