tk0miya / testing.postgresql

Apache License 2.0
290 stars 46 forks source link

Enable customization of kill timeout #25

Open stevenheidel opened 5 years ago

stevenheidel commented 5 years ago

Postgres takes about 11 seconds on my machine to shut down for some reason. Currently there's a constant testing.common.database called DEFAULT_KILL_TIMEOUT which is set to 10. I can't override this so I get a lot of superfluous shutdown exceptions.

Would it be possible to make this value configurable?

Ant1-Provot commented 1 year ago

Hi @stevenheidel , I'm facing a similar issue, did you manage to explain such a slowdown ?