From 4e4baadfefbf5d5724738099fd7a35a72b91c57c Mon Sep 17 00:00:00 2001 From: Zelda Hessler Date: Wed, 28 Dec 2022 10:06:25 -0600 Subject: [PATCH] update: increase alternative-async-runtime.rs grace period to 150ms from 100ms (#2141) --- .../integration-tests/s3/tests/alternative-async-runtime.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/sdk/integration-tests/s3/tests/alternative-async-runtime.rs b/aws/sdk/integration-tests/s3/tests/alternative-async-runtime.rs index 782468cf3..f68205ab1 100644 --- a/aws/sdk/integration-tests/s3/tests/alternative-async-runtime.rs +++ b/aws/sdk/integration-tests/s3/tests/alternative-async-runtime.rs @@ -117,8 +117,8 @@ async fn timeout_test(sleep_impl: Arc) -> Result<(), Box