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:
parent
4107733453
commit
bec13a45cd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user