Test for max candidates exceeds time limit
Looks like there is now a problem with Moore_max_candidates_test
PR test (!436 (merged)): the new nightly system has recently introduced (back) a hard time limit of 12h on running jobs (the story behind is that a Moore PR job, due to changes in an MR it was testing, ended up in a dead-lock and was blocking the queue for all other throughput tests for nine days (and nobody raised any questions), until it was finally spotted and aborted).
It seems this particular test is taking a bit longer than 12h, so it is getting killed by the system. Is it possible to change it to fit the limit (e.g. slightly reduce the maximum number of events it runs over)?