We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7971ab commit a08b8c8Copy full SHA for a08b8c8
tests/objectbox-java-test/src/test/java/io/objectbox/TransactionTest.java
@@ -456,7 +456,7 @@ public void transactionsOnLargeThreadPool() throws Exception {
456
457
//Iterate through all the txTasks and make sure all transactions succeeded.
458
for (Future<Integer> txTask : txTasks) {
459
- txTask.get(1, TimeUnit.MILLISECONDS);
+ txTask.get(1, TimeUnit.SECONDS);
460
}
461
462
0 commit comments