tests: update cycles

This commit is contained in:
vakrilov
2019-12-03 16:10:39 +02:00
parent 6c24650c86
commit 08b21164c6

View File

@ -12,8 +12,8 @@ const { NativeScriptWorkerPlugin } = require("nativescript-worker-loader/NativeS
const TerserPlugin = require("terser-webpack-plugin");
const hashSalt = Date.now().toString();
const ANDROID_MAX_CYCLES = 63;
const IOS_MAX_CYCLES = 36;
const ANDROID_MAX_CYCLES = 66;
const IOS_MAX_CYCLES = 32;
let numCyclesDetected = 0;
module.exports = env => {