This commit is contained in:
Rachel Fenichel
2020-09-21 17:43:35 -07:00
parent 70f518985a
commit c5d761dc8a

View File

@@ -41,8 +41,7 @@ async function runMochaTestsInBrowser() {
var elem = await browser.$('#failureCount');
var text = await elem.getAttribute('tests_failed');
return text != 'unset';
}
, {
}, {
timeout: 50000
});