Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests(proxy) increase reload delay to improve reliability
Work around the intermittent Travis failures we keep getting, by increasing the delay in `error_default_type_spec.lua` tests to 1 second. These tests are failing because they update the configuration, run `kong reload`, wait for an arbitrary amount of time, then run the test. This arbitrary amount of time (currently 0.5s) is not always enough, so while increasing it is not a real solution to the problem, at least it can make our Travis tests pass on these, so that the fail/pass status in the Travis/Github integration becomes useful again. See Kong#2803 From Kong#2805
- Loading branch information