Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Update api retry parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Feb 21, 2022
1 parent acad787 commit 187ef4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_default_conf_json(licensing_server_url):
"settings": {
"ws_connection_timeout": 3,
"ws_request_timeout": 5,
"ws_api_retry_duration": 5
"ws_api_retry_duration": 10
}
}

Expand Down

0 comments on commit 187ef4f

Please sign in to comment.