Increase wait in job_spec
This commit is contained in:
parent
25079b8d79
commit
6c10592864
|
@ -20,11 +20,6 @@ after_script:
|
||||||
- "bundle exec rakep"
|
- "bundle exec rakep"
|
||||||
- "test $TEST_SUITE = \"ember\" && travis-artifacts upload --target-path assets/$TRAVIS_BRANCH --path public/scripts:scripts --path public/styles:styles"
|
- "test $TEST_SUITE = \"ember\" && travis-artifacts upload --target-path assets/$TRAVIS_BRANCH --path public/scripts:scripts --path public/styles:styles"
|
||||||
|
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
- env: "TEST_SUITE=ember"
|
|
||||||
rvm: "1.9.3"
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "irc.freenode.org#travis"
|
irc: "irc.freenode.org#travis"
|
||||||
campfire:
|
campfire:
|
||||||
|
|
|
@ -38,7 +38,7 @@ describe 'on the "job" state', ->
|
||||||
build: { href: '/travis-ci/travis-core/builds/1' }
|
build: { href: '/travis-ci/travis-core/builds/1' }
|
||||||
job: { href: '/travis-ci/travis-core/jobs/1', active: true }
|
job: { href: '/travis-ci/travis-core/jobs/1', active: true }
|
||||||
|
|
||||||
waits 10
|
waits 30
|
||||||
runs ->
|
runs ->
|
||||||
displaysLog [
|
displaysLog [
|
||||||
'log 1'
|
'log 1'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user