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

os: fix flaky test in process_test.v

This commit is contained in:
Delyan Angelov 2020-11-21 18:01:21 +02:00
parent fa55c247a2
commit 018bd6aac3

View File

@ -32,7 +32,6 @@ fn test_run() {
assert p.status == .exited
//
eprintln('polling iterations: $i')
assert i > 1
assert i < 20
}