Sleep between messages in test

This commit is contained in:
ameba23
2021-05-11 12:43:48 +02:00
parent 92d31aa106
commit 2de10e6f1b

View File

@@ -164,6 +164,7 @@ public class RemoteWipeIntegrationTest extends BriarIntegrationTest<BriarIntegra
db1.transaction(false, txn -> {
assertTrue(remoteWipeManager1.amWiper(txn, contactId0From1));
remoteWipeManager1.wipe(txn, contact0From1);
Thread.sleep(100);
remoteWipeManager1.wipe(txn, contact0From1);
});