Hi, >No I actually meant getting individual time-out values (or a scaling >factor for time-outs) from CIHelper. That class already provides the >means to skip tests based on where they are running. So it should be >relatively straight forward to have it supply scaling factors for >time-outs in a similar manner.
Do you have an example? I think timeouts in the order of seconds are problematic, and I don't think that "scaling" them to 5 seconds or so will fully solve the problem. Timeouts in the order of minutes are better, but I wouldn't want to _always_ delay tests that long. That's why I believe using loops is better. But in that case, configuration seems unnecessary. Regards, Thomas
