diff --git a/src/cutecoin/tests/certification/test_certification.py b/src/cutecoin/tests/certification/test_certification.py
index 2f8870d453f2d868926ab20ddff9d9bdd11cabfe..33c81b87ac9292da4504cdc63390317f49d82ca3 100644
--- a/src/cutecoin/tests/certification/test_certification.py
+++ b/src/cutecoin/tests/certification/test_certification.py
@@ -63,6 +63,7 @@ class TestCertificationDialog(unittest.TestCase):
 
     def test_certification_init_community(self):
         mock = init_new_community.get_mock()
+        time.sleep(2)
         logging.debug(mock.pretend_url)
         self.network_manager.set_mock_path(mock.pretend_url)
         certification_dialog = CertificationDialog(self.application,
diff --git a/src/cutecoin/tests/identities_tab/test_identities_table.py b/src/cutecoin/tests/identities_tab/test_identities_table.py
index 577d4b1c6ea1e23f499f9e6ad2650688f5cb821b..96d9911c2460ec03ac81a46f9af62001efe57890 100644
--- a/src/cutecoin/tests/identities_tab/test_identities_table.py
+++ b/src/cutecoin/tests/identities_tab/test_identities_table.py
@@ -63,6 +63,7 @@ class TestIdentitiesTable(unittest.TestCase):
 
     def test_search_identity_found(self):
         mock = nice_blockchain.get_mock()
+        time.sleep(2)
         logging.debug(mock.pretend_url)
         self.network_manager.set_mock_path(mock.pretend_url)
         identities_tab = IdentitiesTabWidget(self.application)
diff --git a/src/cutecoin/tests/process_cfg_community/test_add_community.py b/src/cutecoin/tests/process_cfg_community/test_add_community.py
index 6d90010f8b1bd6ce857b0291b05a9eb4dec359c2..d7acee187cfdb1f8c7616839e79861e3ce072c90 100644
--- a/src/cutecoin/tests/process_cfg_community/test_add_community.py
+++ b/src/cutecoin/tests/process_cfg_community/test_add_community.py
@@ -3,6 +3,7 @@ import unittest
 import asyncio
 import quamash
 import logging
+import time
 from PyQt5.QtWidgets import QDialog
 from PyQt5.QtCore import QLocale, Qt
 from PyQt5.QtTest import QTest
@@ -43,6 +44,7 @@ class ProcessAddCommunity(unittest.TestCase):
 
     def test_add_community_empty_blockchain(self):
         mock = new_blockchain.get_mock()
+        time.sleep(2)
         logging.debug(mock.pretend_url)
         self.network_manager.set_mock_path(mock.pretend_url)
         process_community = ProcessConfigureCommunity(self.application,