From 14d1ed4d90e9551b68e294c0f61e0f0d36ccf679 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Thu, 16 Jan 2020 17:22:39 +0100 Subject: [PATCH] simulator timing --- test/sync_handshake.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sync_handshake.py b/test/sync_handshake.py index 9d69fdd..04bea12 100644 --- a/test/sync_handshake.py +++ b/test/sync_handshake.py @@ -25,6 +25,7 @@ import pEp import minimail from datetime import datetime +from time import sleep try: from termcolor import colored @@ -124,6 +125,7 @@ class UserInterface(pEp.UserInterface): pEp.sync_handshake_signal.SYNC_NOTIFY_SOLE, pEp.sync_handshake_signal.SYNC_NOTIFY_IN_GROUP, ]) + sleep(.5) # user is reading message try: if options.reject: self.deliverHandshakeResult(SYNC_HANDSHAKE_REJECTED)