Skip to content

Commit

Permalink
fix(release-controller): Set the default socket timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed May 22, 2024
1 parent 91cab4d commit 55c2abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-controller/reconciler.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,5 +320,5 @@ def oneoff():

if __name__ == "__main__":
logging.basicConfig(stream=sys.stdout, level=logging.INFO)
socket.setdefaulttimeout(15)
socket.setdefaulttimeout(60)
main()

0 comments on commit 55c2abb

Please sign in to comment.