Commit 2f76986
Fix ContainerCreateDeleteWithSameNameTest.bulk - increase indexing delay to 1000ms
Test still fails intermittently with 8/10 items despite previous 500ms delay.
Root cause: Indexing lag in CI can exceed 500ms for bulk operations on high-throughput containers (10100 RU/s).
Fix: Increased delay from 500ms to 1000ms to provide adequate time for indexing to complete before querying.
Co-authored-by: kushagraThapar <14034156+kushagraThapar@users.noreply.github.com>1 parent 1954acc commit 2f76986
1 file changed
Lines changed: 2 additions & 1 deletion
File tree
- sdk/cosmos/azure-cosmos-tests/src/test/java/com/azure/cosmos/rx
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
| 635 | + | |
635 | 636 | | |
636 | | - | |
| 637 | + | |
637 | 638 | | |
638 | 639 | | |
639 | 640 | | |
| |||
0 commit comments