We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe916b commit 575b258Copy full SHA for 575b258
test/emit.js
@@ -11,9 +11,8 @@ function prependFixturesDir(filename) {
11
12
describe("emitting", function() {
13
it("works with HomepageCss.elm", function (done) {
14
- // Use a timeout of 10 minutes, because one time even 5 minutes wasn't
15
- // enough for Travis on Linux.
16
- this.timeout(600000);
+ // Use an epic timeout, because Travis on Linux is SO SLOW.
+ this.timeout(6000000);
17
18
var projectDir = path.join(__dirname, "..", "examples");
19
var srcFile = path.join(projectDir, "src", "Stylesheets.elm");
0 commit comments