Index: test/simdjs/SimdJs.json |
diff --git a/test/simdjs/SimdJs.json b/test/simdjs/SimdJs.json |
index e6686b90a0f241a839628c79c2bed0b02700b15e..62f53666002ef60c44ca61ea7299302263ea24b4 100644 |
--- a/test/simdjs/SimdJs.json |
+++ b/test/simdjs/SimdJs.json |
@@ -10,6 +10,8 @@ |
"resources": [ |
"test/simdjs/data/src/benchmarks/base.js", |
"test/simdjs/data/src/ecmascript_simd.js", |
+ "test/simdjs/harness-adapt.js", |
+ "test/simdjs/harness-finish.js", |
"test/simdjs/data/src/benchmarks/kernel-template.js", |
"test/simdjs/data/src/benchmarks/averageFloat32x4.js", |
"test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js", |
@@ -29,6 +31,9 @@ |
"test/simdjs/data/src/benchmarks/memcpy.js" |
], |
"run_count": 5, |
+ "run_count_android_arm": 3, |
+ "run_count_android_arm64": 3, |
+ "run_count_arm": 3, |
"tests": [ |
{ |
"flags": [ |
@@ -439,6 +444,8 @@ |
] |
} |
], |
- "total": true, |
+ "timeout_android_arm": 120, |
+ "timeout_android_arm64": 120, |
+ "timeout_arm": 120, |
"units": "ms" |
} |