diff --git a/vlib/v/tests/init_global_test.v b/vlib/v/tests/init_global_test.v index 4dae83c8f1..3e61844d6f 100644 --- a/vlib/v/tests/init_global_test.v +++ b/vlib/v/tests/init_global_test.v @@ -168,7 +168,7 @@ fn switch2() u64 { fn test_global_mutex() { assert f1 == 34.0625 t := go switch2() - for _ in 0 .. 2500000 { + for _ in 0 .. 25000 { mtx.@lock() f1, f2 = f2, f1 mtx.unlock()