Commit 404d61c
authored
ESQL: Fix DateDiffTests suite timeout (#138657)
Fixes #138617
The amount of cases on DateDiffTests (Similar to DateTruncTests) sometimes lead to a timeout. The suite takes around 10 minutes in (my) local tests, 20.000 tests, which will sometimes surpass the 20 min limit in CI1 parent 0a94dc0 commit 404d61c
File tree
1 file changed
+4
-0
lines changed- x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/scalar/date
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
0 commit comments