You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
InteractiveAuthDialogTest: increase timeout
Blindly increase the number of attempts, because it's failing on travis, but not on my dev box...
This commit is contained in:
@ -70,7 +70,7 @@ describe('InteractiveAuthDialog', function () {
|
|||||||
/>, parentDiv);
|
/>, parentDiv);
|
||||||
|
|
||||||
// wait for a password box and a submit button
|
// wait for a password box and a submit button
|
||||||
return MatrixReactTestUtils.waitForRenderedDOMComponentWithTag(dlg, "form").then((formNode) => {
|
return MatrixReactTestUtils.waitForRenderedDOMComponentWithTag(dlg, "form", 2).then((formNode) => {
|
||||||
const inputNodes = ReactTestUtils.scryRenderedDOMComponentsWithTag(
|
const inputNodes = ReactTestUtils.scryRenderedDOMComponentsWithTag(
|
||||||
dlg, "input"
|
dlg, "input"
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user