From d0c3f78d76d19498cf0330ec586fcc10ec133516 Mon Sep 17 00:00:00 2001 From: Piotr Szymaniak Date: Thu, 16 Apr 2026 13:11:36 +0200 Subject: [PATCH] test/alternator: extend local TTL streams timeout Increase the non-AWS wait in the TTL streams test to reduce vnode CI flakes caused by delayed expiration visibility. Fixes SCYLLADB-1556 Closes scylladb/scylladb#29516 --- test/alternator/test_ttl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/alternator/test_ttl.py b/test/alternator/test_ttl.py index 930bb6c7ba..2e4eb20699 100644 --- a/test/alternator/test_ttl.py +++ b/test/alternator/test_ttl.py @@ -664,7 +664,7 @@ def test_ttl_expiration_streams(dynamodb, dynamodbstreams, waits_for_expiration) # In my experiments, a 30-minute (1800 seconds) is the typical # expiration delay in this test. If the test doesn't finish within # max_duration, we report a failure. - max_duration = 3600 if is_aws(dynamodb) else 10 + max_duration = 3600 if is_aws(dynamodb) else 20 with new_test_table(dynamodb, Tags=TAGS, KeySchema=[