Skip to content

Commit

Permalink
try sleeping for sim tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sangaman committed Nov 17, 2020
1 parent 5a6640d commit 32fda95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/simulation/tests-integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 32fda95

Please sign in to comment.