bump timing threashold for mempool performance test (#10953)

This commit is contained in:
Arvid Norberg 2022-03-30 19:01:23 +02:00 committed by GitHub
parent 53d8e2c519
commit 40f2d42c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,4 +77,4 @@ class TestMempoolPerformance:
if idx >= len(blocks) - 3:
assert duration < 0.1
else:
assert duration < 0.0002
assert duration < 0.0003