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

Commit

Permalink
smaller timeout in test (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasScholl authored May 18, 2022
1 parent 28613bf commit 28f5f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_proxy(self, idp):
assert type(response.json()) == dict

def test_timeout(self, idp):
idp.timeout = 0.001
idp.timeout = 0.0001
try:
idp.proxy(relative_path="/realms/Test", method=HTTPMethod.GET)
assert False
Expand Down

0 comments on commit 28f5f7b

Please sign in to comment.