1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: make crun_test.v more robust by reducing the tested gap from 5x to 4x

This commit is contained in:
Delyan Angelov 2022-06-11 18:44:02 +03:00
parent a538ab7e8c
commit 5cea8d30fa
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -35,7 +35,7 @@ fn test_crun_simple_v_program_several_times() ? {
sw.restart()
}
dump(times)
assert times.first() > times.last() * 5 // cruns compile just once, if the source file is not changed
assert times.first() > times.last() * 4 // cruns compile just once, if the source file is not changed
$if !windows {
os.system('ls -la $crun_folder')
os.system('find $crun_folder')