Reduced probes from 10,000 to 1,000 to speed regression tests

[SVN r14789]
This commit is contained in:
Beman Dawes 2002-08-12 15:05:23 +00:00
parent 4ba6a96822
commit 03d906976b

View File

@ -569,7 +569,7 @@ test_main( int , char * [] )
cout << "Created point, and operated on it." << endl;
for (int n = 0; n < 10000; ++n)
for (int n = 0; n < 1000; ++n) // was 10,000 but took too long (Beman)
{
boost::minstd_rand r;
tester<long, int>()(r);