]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #15323 : alexcrichton/rust/no-travis-wait, r=huonw
authorbors <bors@rust-lang.org>
Wed, 2 Jul 2014 23:16:40 +0000 (23:16 +0000)
committerbors <bors@rust-lang.org>
Wed, 2 Jul 2014 23:16:40 +0000 (23:16 +0000)
It's looking like we're still timing out all over the place with travis_wait
because the entire `make -j4 rustc-stage1` command is taking too long. Instead,
achieve roughly the same idea by just having `-Z time-passes` printing
information. We shouldn't have a pass that takes longer than 10 minutes in
isolation.


Trivial merge