increase the timeout for Fediverse's tests

At least in Debian CI they routinely timeout when they run in the
busiest server.

Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
This commit is contained in:
Mattia Rizzolo 2021-06-01 07:32:31 +02:00 committed by Valentin Lorentz
parent 43aada5b33
commit a0b1334034
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class NetworkedFediverseTestCase(BaseFediverseTestCase):
class NetworklessFediverseTestCase(BaseFediverseTestCase):
timeout = 0.1
timeout = 0.5
@contextlib.contextmanager
def mockWebfingerSupport(self, value):