grpc-java/interop-testing
Eric Anderson 83bf5e6f42 Fix flakiness of testConfigureDeadlineNanoTime with warmup
Without the warm up I saw large deltas, like 2,262,968ns and
1,712,558ns, on my machine. With the single-line warm up the deltas
decreased dramitically, like 385ns and 536ns. Since our times are so
much better now, decreasing the required delta to 10ms seems reasonable.

This would seem to support the theory that the flakiness was caused by
the class loader, which may even be doing I/O.

Fixes #1646
2016-05-06 09:41:46 -07:00
..
src Fix flakiness of testConfigureDeadlineNanoTime with warmup 2016-05-06 09:41:46 -07:00
build.gradle use Jetty ALPN agent instead of Jetty ALPN 2016-05-02 14:01:36 -07:00