Commit e3eedba
committed
test: widen QM-follow-up window in info_asking_default test
The 50ms QUICK_REQUEST_TIMEOUT_MS budget for this test left ~35ms of
headroom for the QM query that fires ~11-15ms after the QU; on
macOS-latest skip_cython runs the asyncio short-sleep quantization
occasionally pushed the wake past the 50ms cap, so the loop returned
before the QM was sent and second_outgoing stayed None.
The test only asserts that the second outgoing query is QM, the exact
wall-clock budget is not part of the contract, so bump this test's
timeout to 300ms; that absorbs macOS scheduling jitter without leaning
on the shared QUICK_REQUEST_TIMEOUT_MS constant other tests rely on.1 parent 90a5a39 commit e3eedba
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
1191 | 1190 | | |
1192 | 1191 | | |
1193 | 1192 | | |
1194 | | - | |
1195 | | - | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
1196 | 1197 | | |
1197 | | - | |
| 1198 | + | |
1198 | 1199 | | |
1199 | 1200 | | |
1200 | 1201 | | |
| |||
0 commit comments