ci: increase the timeout for test_os_process (false positives on macos)
parent
b01a302a4e
commit
fba28d2dcc
|
@ -67,6 +67,7 @@ fn test_slurping_output() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
mut p := os.new_process(test_os_process)
|
mut p := os.new_process(test_os_process)
|
||||||
|
p.set_args(['-timeout_ms', '500', '-period_ms', '50'])
|
||||||
p.set_redirect_stdio()
|
p.set_redirect_stdio()
|
||||||
assert p.status != .exited
|
assert p.status != .exited
|
||||||
p.wait()
|
p.wait()
|
||||||
|
|
Loading…
Reference in New Issue