This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 7bad9b7f72f IGNITE-27896 C++ 3.0: Increase timeout for ODBC test tasks 
on TC (#7617)
7bad9b7f72f is described below

commit 7bad9b7f72ffd3a021d5b4f6bb5df0dbc2dbb81a
Author: Dmitriy Zabotlin <[email protected]>
AuthorDate: Thu Feb 19 16:04:31 2026 +0200

    IGNITE-27896 C++ 3.0: Increase timeout for ODBC test tasks on TC (#7617)
    
    Co-authored-by: dzabotlin <[email protected]>
    Co-authored-by: makalis <[email protected]>
---
 .teamcity/_Self/Project.kt                                    | 1 +
 .teamcity/test/platform_tests/PlatformCppOdbcTestsDebLinux.kt | 2 +-
 .teamcity/test/platform_tests/PlatformCppOdbcTestsRpmLinux.kt | 2 +-
 .teamcity/test/platform_tests/PlatformCppOdbcTestsTgzLinux.kt | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.teamcity/_Self/Project.kt b/.teamcity/_Self/Project.kt
index 33b593a7a05..af054ea6583 100644
--- a/.teamcity/_Self/Project.kt
+++ b/.teamcity/_Self/Project.kt
@@ -25,5 +25,6 @@ object Project : Project({
         hiddenText("env.GRADLE_OPTS", "-Dorg.gradle.caching=true")
         hiddenText("env.JAVA_HOME", "%env.JDK_ORA_17%")
         hiddenText("env.M2_HOME", "%teamcity.tool.maven.DEFAULT%")
+        hiddenText("teamcity.internal.docker.busybox", 
"docker.gridgain.com/dockerhub-proxy/busybox:latest")
     }
 })
diff --git a/.teamcity/test/platform_tests/PlatformCppOdbcTestsDebLinux.kt 
b/.teamcity/test/platform_tests/PlatformCppOdbcTestsDebLinux.kt
index facddedda44..ea901c29fa4 100644
--- a/.teamcity/test/platform_tests/PlatformCppOdbcTestsDebLinux.kt
+++ b/.teamcity/test/platform_tests/PlatformCppOdbcTestsDebLinux.kt
@@ -75,7 +75,7 @@ object PlatformCppOdbcTestsDebLinux : BuildType({
     }
 
     failureConditions {
-        executionTimeoutMin = 15
+        executionTimeoutMin = 30
         failOnText {
             conditionType = BuildFailureOnText.ConditionType.CONTAINS
             pattern = "CMake configuration failed"
diff --git a/.teamcity/test/platform_tests/PlatformCppOdbcTestsRpmLinux.kt 
b/.teamcity/test/platform_tests/PlatformCppOdbcTestsRpmLinux.kt
index 073eca60965..0b4e5a07e46 100644
--- a/.teamcity/test/platform_tests/PlatformCppOdbcTestsRpmLinux.kt
+++ b/.teamcity/test/platform_tests/PlatformCppOdbcTestsRpmLinux.kt
@@ -75,7 +75,7 @@ object PlatformCppOdbcTestsRpmLinux : BuildType({
     }
 
     failureConditions {
-        executionTimeoutMin = 15
+        executionTimeoutMin = 30
         failOnText {
             conditionType = BuildFailureOnText.ConditionType.CONTAINS
             pattern = "CMake configuration failed"
diff --git a/.teamcity/test/platform_tests/PlatformCppOdbcTestsTgzLinux.kt 
b/.teamcity/test/platform_tests/PlatformCppOdbcTestsTgzLinux.kt
index 9e7511897a3..dd31aca1615 100644
--- a/.teamcity/test/platform_tests/PlatformCppOdbcTestsTgzLinux.kt
+++ b/.teamcity/test/platform_tests/PlatformCppOdbcTestsTgzLinux.kt
@@ -76,7 +76,7 @@ object PlatformCppOdbcTestsTgzLinux : BuildType({
     }
 
     failureConditions {
-        executionTimeoutMin = 15
+        executionTimeoutMin = 30
         failOnText {
             conditionType = BuildFailureOnText.ConditionType.CONTAINS
             pattern = "CMake configuration failed"

Reply via email to