Skip to content

Commit f83fc2a

Browse files
committed
change file recorder test case
1 parent c0d6c79 commit f83fc2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QiniuSDKTests/QNFileRecorderTest.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ - (void)tearDown {
113113
// [self template:700 pos:0.1];
114114
//}
115115

116-
- (void)test3M {
116+
- (void)test5M {
117117
if (_inTravis) {
118118
return;
119119
}
120-
[self template:3 * 1024 + 1 pos:0.7];
120+
[self template:5 * 1024 + 1 pos:0.7];
121121
}
122122

123123
- (void)test20M {

0 commit comments

Comments
 (0)