typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 424 forks source link

Is there a way to increase the timeout of 5 seconds? #330

Closed shreyasminocha closed 5 years ago

shreyasminocha commented 5 years ago

The application I'm trying to run (jupyter) takes longer than five seconds to start up.

kamal commented 5 years ago

Yes, it's covered in the readme. Edit ~/.hotel/conf.json

{
  "timeout": 10000
}

to change the timeout to 10 seconds.

shreyasminocha commented 5 years ago

OMG, how did I miss that. Thanks.