lib/jstd-runner/server.rb in jstd-runner-0.0.2 vs lib/jstd-runner/server.rb in jstd-runner-0.0.3

- old
+ new

@@ -6,10 +6,10 @@ end class StopError < StandardError end - JAR = File.expand_path("../JsTestDriver-1.2.2.jar", __FILE__) + JAR = File.expand_path("../JsTestDriver-1.3.2.jar", __FILE__) LAUNCH_TIMEOUT = 120 # this is huge, but I've seen it happen attr_reader :host, :port def initialize(port)