This commit is contained in:
Wesley Wigham 2018-05-16 13:11:25 -07:00
parent 15c09ef66b
commit a85f1d5c1e
No known key found for this signature in database
GPG key ID: D59F87F60C5400C9

View file

@ -27,6 +27,7 @@ abstract class ExternalCompileRunnerBase extends RunnerBase {
// Read in and evaluate the test list
const testList = this.tests && this.tests.length ? this.tests : this.enumerateTestFiles();
// tslint:disable-next-line:no-this-assignment
const cls = this;
describe(`${this.kind()} code samples`, function(this: Mocha.ISuiteCallbackContext) {
this.timeout(600_000); // 10 minutes