Merge pull request #4140 from google/rachel-fenichel-patch-1

Increase mocha timeout to 5m30s
This commit is contained in:
Rachel Fenichel
2020-08-10 10:43:48 -07:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ async function runMochaTestsInBrowser() {
var elem = await browser.$('#failureCount');
var text = await elem.getAttribute('tests_failed');
return text != 'unset';
}, 22000);
}, 33000);
const elem = await browser.$('#failureCount');
const numOfFailure = await elem.getAttribute('tests_failed');