about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-10-04T22·26+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-10-04T22·26+0000
commit7119d38287659ec665a1a542c23edd1758ad3a1f (patch)
tree429a6fa09e8d455a8ac949a1c9973bd12791e7a6 /tests
parent705868a8a96a10f70e629433cfffc2d5cd2703eb (diff)
* In the referrers test, lower the nesting depth from 2500 to 1000 to
  prevent hitting a stack overflow bug in the garbage collector.

Diffstat (limited to 'tests')
-rw-r--r--tests/referrers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/referrers.sh b/tests/referrers.sh
index e3f8e07bc1..aa5edb5551 100644
--- a/tests/referrers.sh
+++ b/tests/referrers.sh
@@ -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