Skip to content

Commit 99674b4

Browse files
author
YangSen-qn
committed
change HttpTest
1 parent 746785b commit 99674b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/androidTest/java/com/qiniu/android/http/HttpTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public boolean shouldWait() {
161161
return false;
162162
}
163163
}
164-
}, 5);
164+
}, 60);
165165

166166
Assert.assertEquals(418, info.statusCode);
167167
Assert.assertNotNull(info.error);

0 commit comments

Comments
 (0)