Skip to content

Commit

Permalink
Switch server to httpbingo.julialang.org (#201)
Browse files Browse the repository at this point in the history
We previously found that httpbingo.org had an unreliable network, which is why we set up the
julialang version. Not sure why httpbingo.org crept back in.
  • Loading branch information
Keno authored Jul 19, 2022
1 parent 8dc8b78 commit 0733701
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ include("setup.jl")
end

@testset "progress" begin
url = "https://httpbingo.org/drip"
url = "$server/drip"
progress = []
dl_funcs = [
download,
Expand Down Expand Up @@ -547,8 +547,8 @@ include("setup.jl")

@testset "grace cleanup" begin
dl = Downloader(grace=1)
Downloads.download("https://httpbingo.org/drip"; downloader=dl)
Downloads.download("https://httpbingo.org/drip"; downloader=dl)
Downloads.download("$server/drip"; downloader=dl)
Downloads.download("$server/drip"; downloader=dl)
end

@testset "Input body size" begin
Expand Down

0 comments on commit 0733701

Please sign in to comment.