c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Implement global director timeout #124

Closed MattWindsor91 closed 3 years ago

MattWindsor91 commented 3 years ago

When running experiments, we often want to set a deadline on the experiment (eg 24 hours, 48 hours) so that the amount of time spent on the experiment is controlled. It would be nice if the director had the ability to do this, so we don't have to rely on manually hopping onto the dashboard and Ctrl-Cing.

The most obvious way to do this would be setting a context deadline right at the top of the loop.