Skip to content

Commit

Permalink
Merge pull request #584 from Capgemini/marathon-spec-fix
Browse files Browse the repository at this point in the history
change to fix marathon spec test
  • Loading branch information
wallies committed Jan 4, 2016
2 parents 83d2414 + 8e720a5 commit d14ce40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spec/marathon/marathon_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
it { should be_running.under('upstart') }
end

describe command("curl -s -XPOST 127.0.0.1:8080/v2/apps -d@spec/marathon/sample.json -H \"Content-Type: application/json\" && sleep 10") do
describe command("curl -s -XPOST 127.0.0.1:8080/v2/apps -d@spec/marathon/sample.json -H \"Content-Type: application/json\" && sleep 240") do
its(:exit_status) { should eq 0 }
end

Expand Down

0 comments on commit d14ce40

Please sign in to comment.