From 0a64fd7d76aea6e1fa6f720f8a000add7a402b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADnez?= Date: Sat, 20 Jul 2019 19:34:05 +0200 Subject: [PATCH] Increase sleep time in test for sending Eth with threshold=2 --- src/test/safe.dom.funds.threshold>1.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/safe.dom.funds.threshold>1.test.js b/src/test/safe.dom.funds.threshold>1.test.js index 9e955a98..5b4bf4f0 100644 --- a/src/test/safe.dom.funds.threshold>1.test.js +++ b/src/test/safe.dom.funds.threshold>1.test.js @@ -63,7 +63,7 @@ describe('DOM > Feature > Sending Funds', () => { // Travel confirm modal fireEvent.click(SafeDom.getByTestId(APPROVE_TX_MODAL_SUBMIT_BTN_TEST_ID)) - await sleep(500) + await sleep(2000) // EXECUTE TX fireEvent.click(SafeDom.getByTestId(EXECUTE_TX_BTN_TEST_ID))