opensafely-core / ehrql

ehrQL: the electronic health record query language for OpenSAFELY
https://docs.opensafely.org/ehrql/
Other
7 stars 3 forks source link

Disable deadline when running Hypothesis tests #2181

Closed DRMacIver closed 5 days ago

DRMacIver commented 5 days ago

This test seems to fail somewhat erratically on CI with the deadline set. It never fails locally and didn't fail on the PR or the first time it ran on main, so I don't think the deadline check is doing anything useful here (possibly it only fails when the runner VMs at GitHub are under load or something).

Probably the right thing to do would be to disable the deadline globally on CI, but this is a more narrow fix to just get the build working reliably.