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

master
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
1 changed files with 1 additions and 1 deletions

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')