From 02305ad8e55519749cfbc09ce9d2c0a8543c12d7 Mon Sep 17 00:00:00 2001 From: Suhana Date: Thu, 16 Oct 2025 14:16:49 +0530 Subject: [PATCH] Setting timeout to 2.5 hours --- .kokoro/github/ubuntu/gpu/jax/continuous.cfg | 2 +- .kokoro/github/ubuntu/gpu/jax/presubmit.cfg | 2 +- .kokoro/github/ubuntu/gpu/tensorflow/continuous.cfg | 2 +- .kokoro/github/ubuntu/gpu/tensorflow/presubmit.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.kokoro/github/ubuntu/gpu/jax/continuous.cfg b/.kokoro/github/ubuntu/gpu/jax/continuous.cfg index 90b62b22c9..c16a64fae0 100644 --- a/.kokoro/github/ubuntu/gpu/jax/continuous.cfg +++ b/.kokoro/github/ubuntu/gpu/jax/continuous.cfg @@ -31,4 +31,4 @@ before_action { } # Set timeout lower from default 180 mins -timeout_mins: 120 \ No newline at end of file +timeout_mins: 150 \ No newline at end of file diff --git a/.kokoro/github/ubuntu/gpu/jax/presubmit.cfg b/.kokoro/github/ubuntu/gpu/jax/presubmit.cfg index 90b62b22c9..c16a64fae0 100644 --- a/.kokoro/github/ubuntu/gpu/jax/presubmit.cfg +++ b/.kokoro/github/ubuntu/gpu/jax/presubmit.cfg @@ -31,4 +31,4 @@ before_action { } # Set timeout lower from default 180 mins -timeout_mins: 120 \ No newline at end of file +timeout_mins: 150 \ No newline at end of file diff --git a/.kokoro/github/ubuntu/gpu/tensorflow/continuous.cfg b/.kokoro/github/ubuntu/gpu/tensorflow/continuous.cfg index a5ddd0db8c..f0ba8e612b 100644 --- a/.kokoro/github/ubuntu/gpu/tensorflow/continuous.cfg +++ b/.kokoro/github/ubuntu/gpu/tensorflow/continuous.cfg @@ -31,4 +31,4 @@ before_action { } # Set timeout lower from default 180 mins -timeout_mins: 120 \ No newline at end of file +timeout_mins: 150 \ No newline at end of file diff --git a/.kokoro/github/ubuntu/gpu/tensorflow/presubmit.cfg b/.kokoro/github/ubuntu/gpu/tensorflow/presubmit.cfg index a5ddd0db8c..f0ba8e612b 100644 --- a/.kokoro/github/ubuntu/gpu/tensorflow/presubmit.cfg +++ b/.kokoro/github/ubuntu/gpu/tensorflow/presubmit.cfg @@ -31,4 +31,4 @@ before_action { } # Set timeout lower from default 180 mins -timeout_mins: 120 \ No newline at end of file +timeout_mins: 150 \ No newline at end of file