Skip to content

Commit 05deecd

Browse files
committed
fix test
1 parent b208686 commit 05deecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/common/iServer/MapServiceSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe('testMapService_processAsync',function(){
9494
getMapService.destroy();
9595
done();
9696
}
97-
},1000);
97+
},2000);
9898
})
9999
});
100100

test/common/iServer/MathExpressionAnalysisServiceSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('testMathExpressionAnalysisService_processAsync',function(){
6262
mathExpressionAnalysisParameters.destroy();
6363
done();
6464
}
65-
},6000);
65+
},10000);
6666
});
6767

6868
it('fail',function(done){

0 commit comments

Comments
 (0)