<p></p>
<p><b>@sqrrm</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4673#discussion_r510145248">apitest/src/test/java/bisq/apitest/method/trade/TakeBuyBTCOfferTest.java</a>:</p>
<pre style='color:#555'>> +    @BeforeEach
+    public void init() {
+        alicesAccount = getDefaultPerfectDummyPaymentAccount(alicedaemon);
+        bobsAccount = getDefaultPerfectDummyPaymentAccount(bobdaemon);
+    }
+
+    @Test
+    @Order(1)
+    public void testTakeAlicesBuyOffer() {
+        try {
+            var alicesOffer = createAliceOffer(alicesAccount, "buy", "usd", 12500000);
+            var offerId = alicesOffer.getId();
+
+            // Wait for Alice's AddToOfferBook task.
+            // Wait times vary;  my logs show >= 2 second delay.
+            sleep(3000);
</pre>
<p>Sounds like a plan. If the tests never run they're useless, so it's important that they can be run within a reasonable time frame. Might also be good with a consolidated scenario to find interdependency issues.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4673#discussion_r510145248">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNX33ZRL77ZYGEUPU6TSMAU6VANCNFSM4SYYEP2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNWESQXWGTXVQSSTVL3SMAU6VA5CNFSM4SYYEP22YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOD2W4BJY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4673#discussion_r510145248",
"url": "https://github.com/bisq-network/bisq/pull/4673#discussion_r510145248",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>