Skip to content

Commit c76d112

Browse files
committed
Change host used for delay test
1 parent 79781c2 commit c76d112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

expected/http.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ SELECT http_set_curlopt('CURLOPT_TIMEOUT_MS', '10000');
230230
t
231231
(1 row)
232232

233-
SELECT status FROM http_get('http://httpstat.us/200?sleep=7000');
233+
SELECT status FROM http_get('https://httpbun.org/delay/7');
234234
status
235235
--------
236236
200

sql/http.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ SELECT status FROM http_get('https://httpbun.org/status/555');
146146
-- Alter the default timeout and then run a query that is longer than
147147
-- the default (5s), but shorter than the new timeout
148148
SELECT http_set_curlopt('CURLOPT_TIMEOUT_MS', '10000');
149-
SELECT status FROM http_get('http://httpstat.us/200?sleep=7000');
149+
SELECT status FROM http_get('https://httpbun.org/delay/7');

0 commit comments

Comments
 (0)