From 618961fab52860d7240a471a44ff3b694f55b220 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 31 Jul 2023 10:58:30 +0300 Subject: [PATCH] tests: reduce sensitivity/flakyness of vlib/v/slow_tests/crun_mode/crun_test.v --- vlib/v/slow_tests/crun_mode/crun_test.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/v/slow_tests/crun_mode/crun_test.v b/vlib/v/slow_tests/crun_mode/crun_test.v index 0ec3be95a9..42c7a1b75d 100644 --- a/vlib/v/slow_tests/crun_mode/crun_test.v +++ b/vlib/v/slow_tests/crun_mode/crun_test.v @@ -35,7 +35,7 @@ fn test_crun_simple_v_program_several_times() { sw.restart() } dump(times) - assert times.first() > times.last() * 4 // cruns compile just once, if the source file is not changed + assert times.first() > times.last() * 3 // cruns compile just once, if the source file is not changed $if !windows { os.system('ls -la ${crun_folder}') os.system('find ${crun_folder}')