mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
tests: update cycles
This commit is contained in:
@ -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 => {
|
||||
|
Reference in New Issue
Block a user