Tweak tests
This commit is contained in:
parent
849c495b7d
commit
3f09bee39c
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@ def test_federation():
|
|||
resp = session1.get('http://localhost:5006/api/follow', params={'actor': 'http://instance2_web_1:5005'})
|
||||
assert resp.status_code == 201
|
||||
|
||||
|
||||
time.sleep(2)
|
||||
time.sleep(10)
|
||||
resp = requests.get('http://localhost:5007/followers', headers={'Accept': 'application/activity+json'})
|
||||
resp.raise_for_status()
|
||||
|
||||
|
|
Loading…
Reference in a new issue