mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: bump limits to reduce flakyness on m1 with latest clang
This commit is contained in:
parent
7c664de8aa
commit
b041681c00
@ -51,7 +51,7 @@ fn test_run() {
|
||||
assert p.status == .exited
|
||||
//
|
||||
eprintln('polling iterations: $i')
|
||||
assert i < 20
|
||||
assert i < 50
|
||||
}
|
||||
|
||||
fn test_wait() {
|
||||
|
@ -7,7 +7,7 @@ import io
|
||||
|
||||
const (
|
||||
sport = 12380
|
||||
exit_after_time = 9000 // milliseconds
|
||||
exit_after_time = 12000 // milliseconds
|
||||
vexe = os.getenv('VEXE')
|
||||
vweb_logfile = os.getenv('VWEB_LOGFILE')
|
||||
vroot = os.dir(vexe)
|
||||
|
Loading…
Reference in New Issue
Block a user