Browse Source

Let the tests run for longer on Travis

pull/283/head
Palmer Dabbelt 9 years ago
parent
commit
18546f8f34
  1. 2
      .travis.yml

2
.travis.yml

@ -47,5 +47,5 @@ install: true
script:
- ./configure --prefix=/tmp/build-default $CARGS
- travis_wait 90 scripts/wrapper/make_tail
- travis_wait 45 scripts/wrapper/make_tail check
- travis_wait 180 scripts/wrapper/make_tail check
- make report

Loading…
Cancel
Save