From 15b01c66f737f2b6ea4dcd3dfb525c2f2c023fcb Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Sat, 9 Mar 2019 11:35:17 -0800 Subject: [PATCH] tests: fixed the tests using iscribblet.org which would time out now. --- t/091-coroutine.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/091-coroutine.t b/t/091-coroutine.t index 7e6918d116..7cf60f9675 100644 --- a/t/091-coroutine.t +++ b/t/091-coroutine.t @@ -178,7 +178,7 @@ cc3: 2 local urls = { "agentzh.org", - "iscribblet.org", + "openresty.com", "openresty.org" } @@ -204,7 +204,7 @@ cc3: 2 GET /lua --- response_body successfully connected to: agentzh.org -successfully connected to: iscribblet.org +successfully connected to: openresty.com successfully connected to: openresty.org *** All Done *** --- no_error_log @@ -377,7 +377,7 @@ GET /lua local urls = { "agentzh.org", - "iscribblet.org", + "openresty.com", "openresty.org" } @@ -398,7 +398,7 @@ GET /lua GET /lua --- response_body successfully connected to: agentzh.org -successfully connected to: iscribblet.org +successfully connected to: openresty.com successfully connected to: openresty.org *** All Done *** --- no_error_log