Skip to content

Commit

Permalink
tests: fixed the tests using iscribblet.org which would time out now.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Mar 9, 2019
1 parent a92cf72 commit 15b01c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions t/091-coroutine.t
Expand Up @@ -178,7 +178,7 @@ cc3: 2

local urls = {
"agentzh.org",
"iscribblet.org",
"openresty.com",
"openresty.org"
}

Expand All @@ -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
Expand Down Expand Up @@ -377,7 +377,7 @@ GET /lua

local urls = {
"agentzh.org",
"iscribblet.org",
"openresty.com",
"openresty.org"
}

Expand All @@ -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
Expand Down

0 comments on commit 15b01c6

Please sign in to comment.