diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-01T12·02+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-01T12·02+0000 |
commit | c9586b6c3f32b22eec8791fd9b49c81ec3f5fcf6 (patch) | |
tree | 1c23fa25a4f429da8145f82073778e3842e467e2 /tests/gc-runtime.sh | |
parent | c25f688e237cbd3329b2479202ad7a6a5e438b8a (diff) |
* Fix race condition in the test.
Diffstat (limited to 'tests/gc-runtime.sh')
-rw-r--r-- | tests/gc-runtime.sh | 1 |
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 |