From 3fce07c8b5f3b6eb17f79fb7a91a7fd9189304bd Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 12 May 2021 18:08:30 -0600 Subject: [PATCH] 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. --- pkgs/racket-test/tests/pkg/test.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/racket-test/tests/pkg/test.rkt b/pkgs/racket-test/tests/pkg/test.rkt index a47e9cd5cd..d8b239735e 100644 --- a/pkgs/racket-test/tests/pkg/test.rkt +++ b/pkgs/racket-test/tests/pkg/test.rkt @@ -67,7 +67,8 @@ (module+ test (module config info - (define timeout 3000)) + (define timeout 3000) + (define lock-name "pkg-test")) (go)) (module+ main