about summary refs log tree commit diff
path: root/tests/gc-runtime.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-09-01T12·02+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-09-01T12·02+0000
commitc9586b6c3f32b22eec8791fd9b49c81ec3f5fcf6 (patch)
tree1c23fa25a4f429da8145f82073778e3842e467e2 /tests/gc-runtime.sh
parentc25f688e237cbd3329b2479202ad7a6a5e438b8a (diff)
* Fix race condition in the test.
Diffstat (limited to 'tests/gc-runtime.sh')
-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 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