Skip to content

Commit

Permalink
Merge pull request #7825 from janetournois/Mesh_3-timeout-jtournois
Browse files Browse the repository at this point in the history
Mesh_3 - avoid a timeout in the testsuite
  • Loading branch information
lrineau committed Nov 6, 2023
2 parents b83479e + 3204b52 commit bd90568
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@
// To avoid verbose function and named parameters call
using namespace CGAL::parameters;


template <typename Concurrency_tag>
void test()
{
// Collect options
std::size_t nb_runs = 2;
unsigned int nb_lloyd = 2;
unsigned int nb_odt = 2;
double perturb_bound = 10.;
double perturb_bound = 7.;
double exude_bound = 15.;

// Domain
Expand Down

0 comments on commit bd90568

Please sign in to comment.