Navigation Menu

Skip to content

Commit

Permalink
ci: increase the timeout for test_os_process (false positives on macos)
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Feb 22, 2021
1 parent b01a302 commit fba28d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/os/process_test.v
Expand Up @@ -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()
Expand Down

0 comments on commit fba28d2

Please sign in to comment.