**What’s missing?** An additional option, perhaps `duration`, should be available to override the default 1440 minute poll duration. **Why?** Currently all polls are [hard-coded](https://github.com/twitter-together/action/blob/f93dc7bfe570755b689d5cf894acf4319aa0e722/lib/common/tweet.js#L83) to be 24 hours long, but it is common to have a longer duration (up to 7 days).
What’s missing?
An additional option, perhaps
duration, should be available to override the default 1440 minute poll duration.Why?
Currently all polls are hard-coded to be 24 hours long, but it is common to have a longer duration (up to 7 days).