lib/testingbot/tunnel.rb in testingbot-0.1.4 vs lib/testingbot/tunnel.rb in testingbot-0.1.5
- old
+ new
@@ -1,7 +1,7 @@
module TestingBot
class Tunnel
- TIMEOUT_SECONDS = 70
+ TIMEOUT_SECONDS = 140
@@running = false
attr_reader :options, :config, :process, :available, :connected, :errors
\ No newline at end of file