}
@Test
public void testCurrentDuration() throws IOException {
TrafficLight tl = repo.getByID("0");
final ReadObjectVarQuery<Integer> query = tl.queryReadDefaultCurrentPhaseDuration();
// looks like SUMO shifts all TL timings ahead one second
conn.nextSimStep();
for (int p = 0; p < PHASES.length; p++) {