poshbotio / PoshBot

Powershell-based bot framework
MIT License
538 stars 108 forks source link

One plugin never returning result - Is there a timeout value defined? #212

Closed poseyjmac closed 4 years ago

poseyjmac commented 4 years ago

I've made a simple test plugin that just has a start-sleep command. If I set it to around 35 seconds, it will sometimes not complete, and the gear never goes to green check mark. If I raise it higher, it will likely never be successful. As I lower it, it will become more successful.

Is there a way to define that timeout period? Because, I have plugins I'm writing that sometimes may take longer than 30 seconds to retrieve data from various APIs or maybe a slow trace route.