We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe96f86 commit 325d24dCopy full SHA for 325d24d
test/FsAutoComplete.IntegrationTests/ZombieSlayer/Runner.fsx
@@ -91,7 +91,7 @@ let run () =
91
| _ -> ()
92
)
93
94
- let exited = p.WaitForExit(TimeSpan.FromSeconds(5.0).TotalMilliseconds |> int)
+ let exited = p.WaitForExit(TimeSpan.FromSeconds(30.0).TotalMilliseconds |> int)
95
96
// check fsac shouldnt be alive
97
match exited, fsacProc with
0 commit comments