Attempt to fix the timing error in the memory concurrency test (#952)

Only shows in travis

Signed-off-by: Erik Hollensbe <github@hollensbe.org>
This commit is contained in:
Erik Hollensbe 2019-11-16 03:11:13 -08:00 committed by Asim Aslam
parent 4107733453
commit bec13a45cd

View File

@ -194,7 +194,7 @@ func TestMemoryRegistryTTL(t *testing.T) {
func TestMemoryRegistryTTLConcurrent(t *testing.T) {
concurrency := 1000
waitTime := ttlPruneTime * 2
waitTime := ttlPruneTime * 4
m := NewRegistry()
for _, v := range testData {