Skip to content

Commit 325d24d

Browse files
committed
wait a bit more for fsac startup
1 parent fe96f86 commit 325d24d

File tree

1 file changed

+1
-1
lines changed
  • test/FsAutoComplete.IntegrationTests/ZombieSlayer

1 file changed

+1
-1
lines changed

test/FsAutoComplete.IntegrationTests/ZombieSlayer/Runner.fsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ let run () =
9191
| _ -> ()
9292
)
9393

94-
let exited = p.WaitForExit(TimeSpan.FromSeconds(5.0).TotalMilliseconds |> int)
94+
let exited = p.WaitForExit(TimeSpan.FromSeconds(30.0).TotalMilliseconds |> int)
9595

9696
// check fsac shouldnt be alive
9797
match exited, fsacProc with

0 commit comments

Comments
 (0)