service_windows_test.go 286 B

1234567891011121314
  1. // Copyright 2015 Daniel Theophanes.
  2. // Use of this source code is governed by a zlib-style
  3. // license that can be found in the LICENSE file.
  4. package service
  5. import (
  6. "testing"
  7. )
  8. func TestTimeout(t *testing.T) {
  9. stopSpan := getStopTimeout()
  10. t.Log("Max Stop Duration", stopSpan)
  11. }