Commit 35d7566
authored
Fix: change default HTTP timeout to 60s (#1301)
## What changes are proposed in this pull request?
This PR fixes the default configuration for HTTP timeout. A couple of
months ago we increased the timeout to 60s, but that was a no-op because
of this line that sets it to 30 seconds.
I caught it after noticing a couple of `request timed out after 30s of
inactivity` during testing.
## How is this tested?
Existing unit test.
NO_CHANGELOG=true1 parent 42ad9a8 commit 35d7566
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
534 | | - | |
| 533 | + | |
| 534 | + | |
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| |||
0 commit comments