Skip to content

Commit

Permalink
2nd minor commit to speed up test. To revert later
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Jun 9, 2020
1 parent 92f3c8f commit 93f9787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/tests/test_mysql_query_rules_fast_routing-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int main(int argc, char** argv) {

std::random_device rd; //Will be used to obtain a seed for the random number engine
std::mt19937 gen(rd()); //Standard mersenne_twister_engine seeded with rd()
std::uniform_int_distribution<> dis(100000, 1000000);
std::uniform_int_distribution<> dis(1000, 10000);

if(cl.getEnv())
return exit_status();
Expand Down

0 comments on commit 93f9787

Please sign in to comment.