Skip to content

Commit 7d9f21e

Browse files
committed
Increase Neon request timeout from 10s to 60s
Attempt to fix the read timeouts we are observing from api.neoncrm.com.
1 parent a0d7f33 commit 7d9f21e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
NEON_PASSWORD = os.getenv("NEON_PASSWORD")
6767

6868
NEON_API_ENDPOINT = "https://api.neoncrm.com/v2"
69-
NEON_REQUEST_TIMEOUT = 10 # seconds
69+
NEON_REQUEST_TIMEOUT = 60 # seconds
7070
NEON_API_KEY = os.getenv("NEON_API_KEY")
7171
NEON_AUTH = (NEON_ORG_ID, NEON_API_KEY)
7272

0 commit comments

Comments
 (0)