mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-14 12:11:15 +02:00
Add timeout monitor for Bluetooth connections.
This commit is contained in:
@@ -2420,6 +2420,11 @@ public abstract class JdbcDatabaseTest extends BrambleTestCase {
|
||||
return time;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long nanoTime() {
|
||||
return time * 1_000_000;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sleep(long milliseconds) throws InterruptedException {
|
||||
Thread.sleep(milliseconds);
|
||||
|
||||
Reference in New Issue
Block a user