[windows] skip

exec git init
exec git config user.email "you@example.com"
exec git config user.name "Your Name"
exec git add -A
exec lefthook install
! exec git commit -m 'test'
stderr 'timeout \(100ms\)'

-- lefthook.yml --
output:
  - failure
pre-commit:
  commands:
    slow:
      timeout: 100ms
      run: sleep 10
