about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/gc-runtime.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gc-runtime.sh b/tests/gc-runtime.sh
index 5a6e0da8cda2..7a50f9f41b71 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