Slightly increase timeout

Sometime opening/closing the 1MB file takes more than 2s which is the 
default timeout
This commit is contained in:
abe33 2018-11-14 16:02:40 +01:00
parent 555b52f7c9
commit 3e368de05b
No known key found for this signature in database
GPG Key ID: C864D42B6A53E85B

View File

@ -19,6 +19,7 @@ var testRunner = require('vscode/lib/testrunner');
testRunner.configure({
ui: 'bdd', // the TDD UI is being used in extension.test.js (suite, test, etc.)
useColors: true, // colored output from test results
timeout: 5000,
});
module.exports = testRunner;
module.exports = testRunner;