Update On Thu Mar 27 19:36:13 CET 2025

This commit is contained in:
github-action[bot]
2025-03-27 19:36:13 +01:00
parent d67f57743a
commit a4eec905b6
117 changed files with 1460 additions and 913 deletions

View File

@@ -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)