extend test/ufuzz.js (#1769)
New expressions: - property access - array literal - object literal Miscellaneous: - reduce execution timeout - test `toplevel` and `mangleProperties`
This commit is contained in:
@@ -29,7 +29,7 @@ exports.run_code = function(code) {
|
||||
}));
|
||||
}
|
||||
}
|
||||
}, { timeout: 30000 });
|
||||
}, { timeout: 5000 });
|
||||
return stdout;
|
||||
} catch (ex) {
|
||||
return ex;
|
||||
|
||||
Reference in New Issue
Block a user