We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77def3e commit 3304d64Copy full SHA for 3304d64
test/aleph/http_test.clj
@@ -1184,7 +1184,7 @@
1184
(testing "unknown host with JDK DNS resolver"
1185
(is (thrown? UnknownHostException
1186
(-> (http/get "http://unknown-host/")
1187
- (d/timeout! 1e3)
+ (d/timeout! 1e4)
1188
deref))))
1189
1190
(testing "unknown host with custom DNS client"
@@ -1194,7 +1194,7 @@
1194
(try
1195
1196
(-> (http/get "http://unknown-host/" {:pool pool})
1197
1198
deref)))
1199
(finally
1200
(.shutdown ^Pool pool))))))
0 commit comments