From c9586b6c3f32b22eec8791fd9b49c81ec3f5fcf6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 1 Sep 2006 12:02:39 +0000 Subject: [PATCH] * Fix race condition in the test. --- tests/gc-runtime.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gc-runtime.sh b/tests/gc-runtime.sh index 5a6e0da8cd..7a50f9f41b 100644 --- a/tests/gc-runtime.sh +++ b/tests/gc-runtime.sh @@ -19,6 +19,7 @@ echo $outPath echo "backgrounding program..." $profiles/test/program & +sleep 2 # hack - wait for the program to get started child=$! echo PID=$child