Skip to content
Snippets Groups Projects
Commit 2544fca1 authored by inso's avatar inso
Browse files

More time to ensure test pass

parent 939d1b99
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ async def test_transfer(application_with_one_connection, simple_fake_server, bob
await asyncio.sleep(0.1)
assert transfer_dialog.view.button_box.button(QDialogButtonBox.Ok).isEnabled()
QTest.mouseClick(transfer_dialog.view.button_box.button(QDialogButtonBox.Ok), Qt.LeftButton)
await asyncio.sleep(0.1)
await asyncio.sleep(0.2)
assert isinstance(simple_fake_server.forge.pool[0], Transaction)
application_with_one_connection.loop.call_later(10, close_dialog)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment