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

Commit 28f5f7b

Browse files
authored
smaller timeout in test (#45)
1 parent 28613bf commit 28f5f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_proxy(self, idp):
5858
assert type(response.json()) == dict
5959

6060
def test_timeout(self, idp):
61-
idp.timeout = 0.001
61+
idp.timeout = 0.0001
6262
try:
6363
idp.proxy(relative_path="/realms/Test", method=HTTPMethod.GET)
6464
assert False

0 commit comments

Comments
 (0)