From 00b6be760b2b3a14f58f4898f0621f51b7395364 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Sat, 27 Jul 2024 10:34:40 -0700 Subject: [PATCH] Increasing timeout and sleep to address flakey test failure Signed-off-by: Paul Yuknewicz --- pub_sub/go/sdk/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pub_sub/go/sdk/README.md b/pub_sub/go/sdk/README.md index 5e78c5c55..19ae5ac2f 100644 --- a/pub_sub/go/sdk/README.md +++ b/pub_sub/go/sdk/README.md @@ -27,8 +27,8 @@ expected_stderr_lines: output_match_mode: substring match_order: none background: true -sleep: 30 -timeout_seconds: 60 +sleep: 120 +timeout_seconds: 180 --> ```bash