Skip to content

Commit b208686

Browse files
committed
fix test
1 parent e484146 commit b208686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/common/iServer/SurfaceAnalystServiceSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe('testSurfaceAnalystService_processAsync', function () {
114114
expect(false).toBeTruthy();
115115
done();
116116
}
117-
}, 6000);
117+
}, 10000);
118118
});
119119

120120
//对象提取等值线
@@ -218,7 +218,7 @@ describe('testSurfaceAnalystService_processAsync', function () {
218218
expect(false).toBeTruthy();
219219
done();
220220
}
221-
}, 2000);
221+
}, 4000);
222222
});
223223

224224
/* 暂时没法测

0 commit comments

Comments
 (0)