more iterations so that we see the dots in the testsuite

This commit is contained in:
Andreas Fabri 2016-11-10 08:48:44 +01:00
parent e5d314c9c3
commit 6b151ef5dc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
int main() int main()
{ {
for (int i=0; i<10; ++i) for (int i=0; i<10000; ++i)
{ {
CGAL_PROFILER("iterations of the for-loop"); CGAL_PROFILER("iterations of the for-loop");
} }