[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Find cutoff time



We don't want to run for too long per iteration, but we also don't want
to have loads of timeouts.

Write a script to test a few runs for up to an hour, so we can see if
there's a nice point at which we can timeout.

Probably use python's subprocess32 module.