mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
Increase Qunit tests timeout on Travis.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
desc "Runs the qunit test suite"
|
||||
|
||||
task "qunit:test" => :environment do
|
||||
task "qunit:test", [:timeout] => :environment do |_, args|
|
||||
|
||||
require "rack"
|
||||
require "socket"
|
||||
@ -35,7 +35,7 @@ task "qunit:test" => :environment do
|
||||
begin
|
||||
success = true
|
||||
test_path = "#{Rails.root}/vendor/assets/javascripts"
|
||||
cmd = "phantomjs #{test_path}/run-qunit.js http://localhost:#{port}/qunit"
|
||||
cmd = "phantomjs #{test_path}/run-qunit.js http://localhost:#{port}/qunit #{args[:timeout]}"
|
||||
|
||||
options = {}
|
||||
|
||||
|
Reference in New Issue
Block a user