mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 15:02:17 +01:00
Try bumping timeout to 1 second to avoid false positives test failures (#5018)
* Try bumping timeout to 1 second to avoid false positives test failures on DLCWalletBitcoindBackendLoaderTest * Empty commit to re-run CI * Empty commit to re-run CI * Empty commit to re-run CI
This commit is contained in:
parent
51a354245b
commit
e3e1c7f949
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class DLCWalletBitcoindBackendLoaderTest extends WalletLoaderFixtures {
|
|||
{ () =>
|
||||
loadWallet2.isRescanning().map(isRescanning => isRescanning == false)
|
||||
},
|
||||
500.millis)
|
||||
1.second)
|
||||
} yield {
|
||||
assert(loader.isRescanStateEmpty)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue