Skip to content

Commit ca3eee8

Browse files
committed
pkg test 4
1 parent f156b4e commit ca3eee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func main() {
1717
// TODO: add daemon feature to test systemd on nix
1818
if len(os.Args) == 2 && os.Args[1] == "daemon" {
1919
fmt.Printf("daemon mode..... version=%s\n", Version)
20-
time.Sleep(60 * time.Minute)
20+
time.Sleep(50 * time.Minute)
2121
os.Exit(0)
2222
}
2323

0 commit comments

Comments
 (0)