This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch ignite-27304
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-27304 by this push:
new a9ee1cc21d7 IGNITE-27304: Increase timeout
a9ee1cc21d7 is described below
commit a9ee1cc21d75a5284b202bce1a92e858c8da927f
Author: Igor Sapego <[email protected]>
AuthorDate: Tue Mar 24 19:40:57 2026 +0100
IGNITE-27304: Increase timeout
---
.teamcity/test/platform_tests/PlatformCppTestsWindows.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
index 88f281c407f..8e45699b62e 100644
--- a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
+++ b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
@@ -115,7 +115,7 @@ object PlatformCppTestsWindows : BuildType({
}
failureConditions {
- executionTimeoutMin = 20
+ executionTimeoutMin = 40
failOnMetricChange {
metric = BuildFailureOnMetric.MetricType.TEST_COUNT
threshold = 5