We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6aff6 commit a907738Copy full SHA for a907738
1 file changed
library/src/androidTest/java/com/proxerme/library/connection/ProxerConnectionTest.java
@@ -244,7 +244,7 @@ public void testUnparsableException() throws Exception {
244
server.takeRequest();
245
}
246
247
- @Test
+ @Test(timeout = 3000)
248
public void testCancelledException() throws Exception {
249
final CountDownLatch lock = new CountDownLatch(1);
250
@@ -268,8 +268,6 @@ public void onError(ProxerException exception) {
268
269
call.cancel();
270
lock.await();
271
-
272
- server.takeRequest();
273
274
275
@Test(timeout = 3000)
0 commit comments