mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
try to fix flaky linux tests on travis
This commit is contained in:
@@ -22,7 +22,7 @@ const testRunner = require('vscode/lib/testrunner');
|
||||
testRunner.configure({
|
||||
ui: 'tdd', // the TDD UI is being used in extension.test.ts (suite, test, etc.)
|
||||
useColors: process.platform !== 'win32', // colored output from test results (only windows cannot handle)
|
||||
timeout: 10000
|
||||
timeout: 60000
|
||||
});
|
||||
|
||||
export = testRunner;
|
||||
|
||||
Reference in New Issue
Block a user