Skip to content

Commit

Permalink
looks as if github runners didn't reject TESTNET-1 IPs immediately
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Bodewig <stefan.bodewig@innoq.com>
  • Loading branch information
bodewig committed Jun 26, 2022
1 parent 78a75c7 commit 0fdbb4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/spec/redirect_to_op_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ end)
describe("when discovery endpoint is not reachable", function()
test_support.start_server({
oidc_opts = {
timeout = 40000,
discovery = "http://192.0.2.1/"
},
})
Expand Down
1 change: 1 addition & 0 deletions tests/spec/token_request_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ end)
describe("if token endpoint is not reachable", function()
test_support.start_server({
oidc_opts = {
timeout = 40000,
discovery = {
token_endpoint = "http://192.0.2.1/"
}
Expand Down

0 comments on commit 0fdbb4c

Please sign in to comment.