From 2de10e6f1b07d4c62aa9610be509e212ac23f143 Mon Sep 17 00:00:00 2001 From: ameba23 Date: Tue, 11 May 2021 12:43:48 +0200 Subject: [PATCH] Sleep between messages in test --- .../briarproject/briar/remotewipe/RemoteWipeIntegrationTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/briar-core/src/test/java/org/briarproject/briar/remotewipe/RemoteWipeIntegrationTest.java b/briar-core/src/test/java/org/briarproject/briar/remotewipe/RemoteWipeIntegrationTest.java index 3cc207413..4ae23610e 100644 --- a/briar-core/src/test/java/org/briarproject/briar/remotewipe/RemoteWipeIntegrationTest.java +++ b/briar-core/src/test/java/org/briarproject/briar/remotewipe/RemoteWipeIntegrationTest.java @@ -164,6 +164,7 @@ public class RemoteWipeIntegrationTest extends BriarIntegrationTest { assertTrue(remoteWipeManager1.amWiper(txn, contactId0From1)); remoteWipeManager1.wipe(txn, contact0From1); + Thread.sleep(100); remoteWipeManager1.wipe(txn, contact0From1); });