diff --git a/test/alloc_full_test.cpp b/test/alloc_full_test.cpp index a88c560..54e1160 100644 --- a/test/alloc_full_test.cpp +++ b/test/alloc_full_test.cpp @@ -21,7 +21,7 @@ namespace boost { namespace container { namespace test { -static const int NumIt = 2000; +static const int NumIt = 200; enum deallocation_type { DirectDeallocation, InverseDeallocation, MixedDeallocation, EndDeallocationType };