CTFd / ctfcli

ctfcli is a tool to manage Capture The Flag events and challenges
https://ctfd.io/
Apache License 2.0
165 stars 67 forks source link

Add timeout to cloud challenge deployment #116

Closed pl4nty closed 1 year ago

pl4nty commented 1 year ago

If a cloud challenge fails to deploy (eg missing EXPOSE), ctfcli will wait indefinitely. This PR adds a 3-minute timeout.

Alternatively, we could add a check for service.status == "failed"