mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
[TEST] Update TTL test can fail on faster boxes - improve range of valid vals
This commit is contained in:
parent
8ab22a53fe
commit
73547648ef
@ -32,7 +32,7 @@
|
||||
id: 1
|
||||
fields: _ttl
|
||||
|
||||
- lt: { fields._ttl: 10000}
|
||||
- lt: { fields._ttl: 10001}
|
||||
- gt: { fields._ttl: 0}
|
||||
|
||||
# milliseconds
|
||||
@ -54,7 +54,7 @@
|
||||
id: 1
|
||||
fields: _ttl
|
||||
|
||||
- lt: { fields._ttl: 100000}
|
||||
- lt: { fields._ttl: 100001}
|
||||
- gt: { fields._ttl: 10000}
|
||||
|
||||
# duration
|
||||
@ -76,7 +76,7 @@
|
||||
id: 1
|
||||
fields: _ttl
|
||||
|
||||
- lt: { fields._ttl: 20000}
|
||||
- lt: { fields._ttl: 20001}
|
||||
- gt: { fields._ttl: 10000}
|
||||
|
||||
# with timestamp
|
||||
|
Loading…
x
Reference in New Issue
Block a user