From 191b7bd2c528bddddad639b064568c534232e84c Mon Sep 17 00:00:00 2001
From: Kannan J <kannanjgithub@google.com>
Date: Mon, 10 Mar 2025 07:03:45 +0000
Subject: [PATCH 1/2] Update psm-dualstack.cfg (#11950)

120 minutes has not been sufficient, causing frequent VM timeout errors in the test runs: https://testgrid.corp.google.com/grpc-psm-java#v1.67.x&width=20&graph-metrics=test-duration-minutes&include-filter-by-regex=psm-dualstack$
---
 buildscripts/kokoro/psm-dualstack.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildscripts/kokoro/psm-dualstack.cfg b/buildscripts/kokoro/psm-dualstack.cfg
index 55c906bc4ec..a55d91a95b0 100644
--- a/buildscripts/kokoro/psm-dualstack.cfg
+++ b/buildscripts/kokoro/psm-dualstack.cfg
@@ -2,7 +2,7 @@
 
 # Location of the continuous shell script in repository.
 build_file: "grpc-java/buildscripts/kokoro/psm-interop-test-java.sh"
-timeout_mins: 120
+timeout_mins: 240
 
 action {
   define_artifacts {

From 3015e402dd04d2e8db8ddd81d20081b361b02a4f Mon Sep 17 00:00:00 2001
From: Kannan J <kannanjgithub@google.com>
Date: Mon, 12 May 2025 05:27:38 +0000
Subject: [PATCH 2/2] Empty commit to make .github/workflows/testing.yml
 changes apply to this PR