Commit 5dd907b
committed
test: Fix flaky test_request_queue_collection_iterate
Drop the limit=10 cap so the iterator walks all of the user's queues;
under the parallel integration suite, other tests creating queues
concurrently could push the just-created ones past the 10-newest
window and the inclusion assertion would fail.1 parent 1fe3274 commit 5dd907b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
618 | | - | |
| 618 | + | |
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
| |||
0 commit comments