Skip to content

Commit

Permalink
Merge pull request #173 from novonordisk-research/increase_login_timeout
Browse files Browse the repository at this point in the history
Increased login timeout to 10 minutes.
  • Loading branch information
SLCB-NN committed Mar 22, 2024
2 parents c06ede7 + 4483a2c commit 8eaf45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OptiHPLCHandler/empower_api_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def login(
response = requests.post(
self.address + "/authentication/login",
json=body,
timeout=60,
timeout=600,
verify=self.verify,
)
except requests.exceptions.Timeout as e:
Expand Down

0 comments on commit 8eaf45f

Please sign in to comment.