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:
@@ -51,7 +51,7 @@ fn test_run() {
|
||||
assert p.status == .exited
|
||||
//
|
||||
eprintln('polling iterations: $i')
|
||||
assert i < 20
|
||||
assert i < 50
|
||||
}
|
||||
|
||||
fn test_wait() {
|
||||
|
||||
Reference in New Issue
Block a user