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:
committed by
Nadav Har'El
parent
ec7450bff8
commit
d0c3f78d76
@@ -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=[
|
||||
|
||||
Reference in New Issue
Block a user