From 94362e997315614db182795830ec05463b924944 Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Wed, 2 Mar 2022 00:31:33 +0000 Subject: [PATCH] cache-request-method autest: Extending IO delay This tweaks a delay that waits upon IO to finish in the cache-request-method autest which has frequently failed because the item is not yet cached. --- .../cache/replay/post_with_post_caching_enabled.replay.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gold_tests/cache/replay/post_with_post_caching_enabled.replay.yaml b/tests/gold_tests/cache/replay/post_with_post_caching_enabled.replay.yaml index 7af82979cb9..5f102d23cd9 100644 --- a/tests/gold_tests/cache/replay/post_with_post_caching_enabled.replay.yaml +++ b/tests/gold_tests/cache/replay/post_with_post_caching_enabled.replay.yaml @@ -128,7 +128,7 @@ sessions: # Add a delay so ATS has time to finish any caching IO for the previous # transaction. - delay: 100ms + delay: 500ms # The request should be served out of cache, so this 403 should not be # received.