浏览代码

increase samples count

sanex3339 8 年之前
父节点
当前提交
2223d3a614

+ 3 - 3
test/functional-tests/node-transformers/node-control-flow-transformers/control-flow-replacers/BinaryExpressionControlFlowReplacer.spec.ts

@@ -30,10 +30,10 @@ describe('BinaryExpressionControlFlowReplacer', () => {
         });
 
         describe('variant #2 - multiple binary expressions with threshold = 1', () => {
-            it('should replace binary expression node by call to control flow storage node', function () {
-                this.timeout(2000);
+            it.only('should replace binary expression node by call to control flow storage node', function () {
+                this.timeout(4000);
 
-                const samplesCount: number = 100;
+                const samplesCount: number = 200;
                 const expectedValue: number = 0.5;
                 const delta: number = 0.1;