ci: increase the timeout for test_os_process (false positives on macos)

pull/8906/head
Delyan Angelov 2021-02-22 17:24:52 +02:00
parent b01a302a4e
commit fba28d2dcc
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ fn test_slurping_output() {
return
}
mut p := os.new_process(test_os_process)
p.set_args(['-timeout_ms', '500', '-period_ms', '50'])
p.set_redirect_stdio()
assert p.status != .exited
p.wait()