Merge branch '2.2' into develop

This commit is contained in:
Markus Mäkelä
2018-09-12 22:14:56 +03:00
21 changed files with 254 additions and 105 deletions

View File

@ -22,6 +22,7 @@ int main(int argc, char* argv[])
char* version;
TestConnections::multiple_maxscales(true);
TestConnections* Test = new TestConnections(argc, argv);
Test->set_timeout(10);