mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Reduced probes from 10,000 to 1,000 to speed regression tests
[SVN r14789]
This commit is contained in:
parent
4ba6a96822
commit
03d906976b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user