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
This commit is contained in:
Piotr Szymaniak
2026-04-16 13:11:36 +02:00
committed by Nadav Har'El
parent ec7450bff8
commit d0c3f78d76

View File

@@ -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=[