Commit ad9d9be3 authored by Georgios Dagkakis's avatar Georgios Dagkakis

use longer timeout since it can be exceeded in optimisation

parent 42bbf2b9
...@@ -1298,7 +1298,7 @@ ...@@ -1298,7 +1298,7 @@
"numberOfAntsPerGenerations": 3, "numberOfAntsPerGenerations": 3,
"numberOfGenerations": 3, "numberOfGenerations": 3,
"numberOfReplications": 1, "numberOfReplications": 1,
"processTimeout": 1000, "processTimeout": 10000,
"seed": 1, "seed": 1,
"throughputTarget": 1000, "throughputTarget": 1000,
"timeUnit": "minute", "timeUnit": "minute",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment