mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: reduce sensitivity/flakyness of vlib/v/slow_tests/crun_mode/crun_test.v
This commit is contained in:
parent
d97423d385
commit
618961fab5
@ -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}')
|
||||
|
Loading…
Reference in New Issue
Block a user