aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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 5a6e0da8c..7a50f9f41 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