Closed lonnen closed 11 years ago
Updated. Tests use the mock config file, and when no time is provided to makeTimeout
it will fall back to the config default.
So what's timeout == 0 mean?
timeout == 0
is an immediate timeout. It will clear any existing timeouts and cycle the screen. It's effectively the same as reset
.
strange error. locally it succeeds with node v0.10 and v0.8
I'm going to call Travis a liar on this one.
when a negative timeout is supplied, CT should not set a new timeout and instead keep the content up indefinitely. this commit also adds some utilities and documentation to improve local testrunning.
partial solution for issue #27