dagger/dagger-for-github

✨ Allow setting a timeout

Opened this issue · 0 comments

What are you trying to do?

While debugging dagger/dagger#7593 I added a timeout to the Dagger action, but that terminated the entire action. There should be a timeout option that only terminates the Dagger call.

Why is this important to you?

Engine logs are not available otherwise

How are you currently working around this?

I'm thinking about not using the action when debugging an issue, but that's just uncomfortable.