mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 06:39:54 +01:00
Sleep between messages in test
This commit is contained in:
@@ -164,6 +164,7 @@ public class RemoteWipeIntegrationTest extends BriarIntegrationTest<BriarIntegra
|
|||||||
db1.transaction(false, txn -> {
|
db1.transaction(false, txn -> {
|
||||||
assertTrue(remoteWipeManager1.amWiper(txn, contactId0From1));
|
assertTrue(remoteWipeManager1.amWiper(txn, contactId0From1));
|
||||||
remoteWipeManager1.wipe(txn, contact0From1);
|
remoteWipeManager1.wipe(txn, contact0From1);
|
||||||
|
Thread.sleep(100);
|
||||||
remoteWipeManager1.wipe(txn, contact0From1);
|
remoteWipeManager1.wipe(txn, contact0From1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user