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

Commit

Permalink
Set reduce ws_connection_timeout and ws_request_timeout fo regression…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
xlz-jbleclere committed Nov 4, 2020
1 parent 5cac5b8 commit b153040
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* Wed Nov 09 2020 Accelize v2.5.1
- NEW: Add support of derived product
- FIX: Refactor request timeout: separate connection and request timeouts
- FIX: Display XRT utility error message
- DOC: Add new parameters

* Wed Sep 09 2020 Accelize v2.5.0
- NEW: Add support of the asynchronous metering mechanism
- NEW: Include DRM Library settings in requests
Expand Down
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ def get_default_conf_json(licensing_server_url):
"design": {
"boardType": "Running on AWS"
},
"settings": {
"ws_connection_timeout": 3,
"ws_request_timeout": 5
}
}


Expand Down

0 comments on commit b153040

Please sign in to comment.