Merge pull request #594 from Chlup/593_fix_testSmallDownloadAsync_test

[#593] Fix testSmallDownloadAsync test
This commit is contained in:
Francisco Gindre 2022-10-28 09:16:43 -03:00 committed by GitHub
commit 7ab30b0d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ class BlockDownloaderTests: XCTestCase {
try FakeChainBuilder.buildChain(darksideWallet: darksideWalletService, branchID: branchID, chainName: chainName)
try darksideWalletService.applyStaged(nextLatestHeight: 663250)
sleep(2)
}
override func tearDown() {