Skip to content

Commit 575b258

Browse files
author
Richard Feldman
committed
Bump timeout for Travis because Travis is WOW SLOW
1 parent 3fe916b commit 575b258

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/emit.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ function prependFixturesDir(filename) {
1111

1212
describe("emitting", function() {
1313
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);
14+
// Use an epic timeout, because Travis on Linux is SO SLOW.
15+
this.timeout(6000000);
1716

1817
var projectDir = path.join(__dirname, "..", "examples");
1918
var srcFile = path.join(projectDir, "src", "Stylesheets.elm");

0 commit comments

Comments
 (0)