Commit e1d51cd
authored
Fix test_submit_cancel_future_expects_engine_cancellation_rpc_call for Python 3.13.12 (#7879)
Problem:
`test_submit_cancel_future_expects_engine_cancellation_rpc_call` started
failing in Python 3.13.12 whilst passing in 3.13.11. It seems the tested
future
is canceled before starting and so it cannot change the tested values.
Solution: Add a short sleep time so the future thread gets to run.1 parent bd4c30b commit e1d51cd
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| 322 | + | |
322 | 323 | | |
323 | 324 | | |
324 | 325 | | |
| |||
0 commit comments