Skip to content

Commit ba75640

Browse files
committed
pkg test 2
1 parent 89f5e15 commit ba75640

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(40 * time.Minute)
20+
time.Sleep(50 * time.Minute)
2121
os.Exit(0)
2222
}
2323

0 commit comments

Comments
 (0)