From 32fda95c17bf1200b479eed0e48202ae840208b7 Mon Sep 17 00:00:00 2001 From: Daniel McNally Date: Tue, 17 Nov 2020 01:40:56 -0500 Subject: [PATCH] try sleeping for sim tests --- test/simulation/tests-integration.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/simulation/tests-integration.go b/test/simulation/tests-integration.go index 0566b114c..36890d1d7 100644 --- a/test/simulation/tests-integration.go +++ b/test/simulation/tests-integration.go @@ -377,6 +377,8 @@ func testOrderMatchingAndMultiPathSwap(net *xudtest.NetworkHarness, ht *harnessT } ht.act.placeOrderAndBroadcast(net.Alice, net.Bob, req) + time.Sleep(15 * time.Second) + // Place a matching order on Bob. req = &xudrpc.PlaceOrderRequest{ OrderId: "multi_path_order",