From: bors Date: Wed, 2 Jul 2014 23:16:40 +0000 (+0000) Subject: auto merge of #15323 : alexcrichton/rust/no-travis-wait, r=huonw X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=c8ae065182d19a098aa397fddcb4f4f4eccc0b32;p=rust.git auto merge of #15323 : alexcrichton/rust/no-travis-wait, r=huonw 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. --- c8ae065182d19a098aa397fddcb4f4f4eccc0b32