double waiting time for provisionning system to create user (#27040)

This commit is contained in:
Frédéric Péters 2018-10-05 15:35:37 +02:00
parent bd217329dd
commit 29418b51d2
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class ContactAdd(FormView):
headers={'Content-type': 'application/json'})
user_uuid = authentic_response.json().get('uuid')
for i in range(50):
for i in range(100):
try:
user_details = get_wcs_data('api/users/%s/' % user_uuid)
result = {'data': {'user_id': user_details.get('id')}}