mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 12:12:54 +01:00
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:
parent
43aada5b33
commit
a0b1334034
@ -100,7 +100,7 @@ class NetworkedFediverseTestCase(BaseFediverseTestCase):
|
||||
|
||||
|
||||
class NetworklessFediverseTestCase(BaseFediverseTestCase):
|
||||
timeout = 0.1
|
||||
timeout = 0.5
|
||||
|
||||
@contextlib.contextmanager
|
||||
def mockWebfingerSupport(self, value):
|
||||
|
Loading…
Reference in New Issue
Block a user