mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
Update On Thu Mar 27 19:36:13 CET 2025
This commit is contained in:
@@ -151,7 +151,7 @@ func NewProcess(tmpl *Template,
|
||||
}
|
||||
return nil, fmt.Errorf("unexpected exiting: check the log for more information")
|
||||
}
|
||||
if time.Since(startTime) > 15*time.Second {
|
||||
if time.Since(startTime) > 30*time.Second {
|
||||
return nil, fmt.Errorf("timeout: check the log for more information")
|
||||
}
|
||||
time.Sleep(100 * time.Millisecond)
|
||||
|
||||
Reference in New Issue
Block a user