Added warm-up time to tests
All checks were successful
Run Integration Tests / test (push) Successful in 1m31s

This commit is contained in:
partisan 2025-07-05 12:17:35 +02:00
parent 41f7eb4357
commit ec01d75ffd

View file

@ -114,6 +114,10 @@ func TestApplication(t *testing.T) {
t.Log("Application is running")
// Warm-up period for 60s to allow preloading preferred Piped instance etc.
t.Log("Warming up for 60s before running tests...")
time.Sleep(60 * time.Second)
// Create a process instance for the application
appProcess, err := process.NewProcess(int32(runCmd.Process.Pid))
if err != nil {