* In the referrers test, lower the nesting depth from 2500 to 1000 to

prevent hitting a stack overflow bug in the garbage collector.
This commit is contained in:
Eelco Dolstra 2010-10-04 22:26:38 +00:00
parent 705868a8a9
commit 7119d38287
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ source common.sh
# This takes way to long on Cygwin (because process creation is so slow...).
if test "$system" = i686-cygwin; then exit 0; fi
max=2500
max=1000
reference=$NIX_STORE_DIR/abcdef
touch $reference