lib/embork/cli.rb in embork-0.0.5 vs lib/embork/cli.rb in embork-0.0.6
- old
+ new
@@ -53,10 +53,10 @@
server = Embork::Server.new(borkfile, server_options)
server_thread = Thread.new{ server.run_webrick }
test_url = "http://%s:%s/tests.html" % [ host, port ]
- Qunit::Runner.new(test_url).run(options[:timeout])
+ Qunit::Runner.new(test_url).run(10000)
server_thread.kill
end
desc "build [ENVIRONMENT]", %{build the project in the 'build' directory}
option :keep_all_old_versions, :type => :boolean, :default => false,