Skip to content

Commit 44db533

Browse files
committed
more time for the compilation
1 parent c5f3bde commit 44db533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/TestCases.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ describe("TestCases", function() {
5252
category.tests.forEach(function(testName) {
5353
var suite = describe(testName, function() {});
5454
it(testName + " should compile", function(done) {
55+
this.timeout(10000);
5556
var testDirectory = path.join(casesPath, category.name, testName);
5657
var outputDirectory = path.join(__dirname, "js", config.name, category.name, testName);
5758
var options = {

0 commit comments

Comments
 (0)