Commit 58f4ed5
authored
chore(meta-test): fix inaccurate expire time in test (#18025)
The actual expire time is calculated by adding the current timestamp and
a duration. When the test runs on a heavily load CI nodes, the actual
expire time may be inaccurate due to timing variations. In this commit,
we add some tolerance to the expire time comparison.1 parent d87b65c commit 58f4ed5
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
| 526 | + | |
526 | 527 | | |
527 | | - | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
528 | 532 | | |
529 | 533 | | |
530 | 534 | | |
| |||
0 commit comments