Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 17a274e

Browse files
authored
Raise default urllib timeout to 5 seconds (#1113)
1 parent cd55838 commit 17a274e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raven/conf/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
ROOT = os.path.normpath(os.path.join(os.path.dirname(__file__), os.pardir))
1717

18-
TIMEOUT = 1
18+
TIMEOUT = 5
1919

2020
# TODO: this is specific to Django
2121
CLIENT = 'raven.contrib.django.DjangoClient'

0 commit comments

Comments
 (0)