test: increase transpile perf max time

This commit is contained in:
Nurul Huda (Apon) 2026-05-29 12:59:21 +06:00
parent 03163c0a97
commit b29018b97c
No known key found for this signature in database
GPG Key ID: 5D3F1DE2855A2F79

View File

@ -385,8 +385,8 @@ test "component_optional_error" {
test "flaky: performance > transpile" {
if (!test_util.shouldRunSlowTest()) return;
const MAX_TIME_MS = 50.0 * 9; // 50ms is on M1 Pro
const MAX_TIME_PER_FILE_MS = 8.0 * 10; // 5ms is on M1 Pro
const MAX_TIME_MS = 50.0 * 12; // 50ms is on M1 Pro
const MAX_TIME_PER_FILE_MS = 8.0 * 12; // 5ms is on M1 Pro
var total_time_ns: f64 = 0.0;
inline for (TestFileCache.test_files) |comptime_path| {