Skip to content

Commit

Permalink
Fix failing timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
kikihakiem committed Apr 18, 2020
1 parent 970a1d8 commit b0439e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastimage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestTIFFImage(t *testing.T) {
func TestCustomTimeout(t *testing.T) {
t.Parallel()

url := "http://loremflickr.com/500/500"
url := "http://slowwly.robertomurray.co.uk/delay/10000/url/http://loremflickr.com/500/500"

imagetype, size, err := DetectImageTypeWithTimeout(url, 1000)
t.Logf("imageType: %v", imagetype)
Expand Down

0 comments on commit b0439e5

Please sign in to comment.