Increase SentryRelease timeout 30s -> 120s

This commit is contained in:
Matt Stevens
2025-12-03 09:24:30 +00:00
parent e4e0cf0f5e
commit a4d13731cc

View File

@@ -71,7 +71,7 @@ internal class SentryRelease( string name, string org, string project ) : Step(
arguments,
workingDirectory,
envVars,
30000
1200000
);
}
}