mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Increase docker.rake system test timeout time to match CI (#21339)
This commit is contained in:
parent
616f4a1118
commit
bc236119d3
@ -215,7 +215,7 @@ task "docker:test" do
|
|||||||
|
|
||||||
if ENV["RUN_SYSTEM_TESTS"]
|
if ENV["RUN_SYSTEM_TESTS"]
|
||||||
@good &&= run_or_fail("bin/ember-cli --build")
|
@good &&= run_or_fail("bin/ember-cli --build")
|
||||||
@good &&= run_or_fail("timeout --verbose 1200 bundle exec rspec spec/system")
|
@good &&= run_or_fail("timeout --verbose 1800 bundle exec rspec spec/system")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -230,7 +230,7 @@ task "docker:test" do
|
|||||||
if ENV["RUN_SYSTEM_TESTS"]
|
if ENV["RUN_SYSTEM_TESTS"]
|
||||||
@good &&=
|
@good &&=
|
||||||
run_or_fail(
|
run_or_fail(
|
||||||
"LOAD_PLUGINS=1 timeout --verbose 1200 bundle exec rspec plugins/*/spec/system".strip,
|
"LOAD_PLUGINS=1 timeout --verbose 1600 bundle exec rspec plugins/*/spec/system".strip,
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user