Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 8ce257c

Browse files
committed
Changed: higher timeout for watch test
In order to avoid ``` Error: ENOENT, no such file or directory 'test/fixtures/cli.output--watch-import.css’ ```
1 parent 8915a97 commit 8ce257c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ test("cli", function(t) {
193193
}, 2000)
194194
}, 2000)
195195
}, 2000)
196-
}, 2000)
196+
}, 4000)
197197

198198
planned+=3
199199
}

0 commit comments

Comments
 (0)