Commit 4cd4c58
committed
test: widen LOOPBACK_FIND_TIMEOUT under PyPy
The 75ms loopback budget for ZeroconfServiceTypes.find() races PyPy's
JIT warmup the first time the path runs early in the suite. Two
back-to-back runs on master flaked at the same 21% point: one on
test_integration_with_listener and one on
test_integration_with_listener_v6_records. Bump the timeout to 300ms on
PyPy only; CPython keeps the existing 75ms budget.1 parent 93c3112 commit 4cd4c58
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
| |||
0 commit comments