mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +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
@ -65,7 +65,7 @@ class DLCWalletBitcoindBackendLoaderTest extends WalletLoaderFixtures {
|
||||
{ () =>
|
||||
loadWallet2.isRescanning().map(isRescanning => isRescanning == false)
|
||||
},
|
||||
500.millis)
|
||||
1.second)
|
||||
} yield {
|
||||
assert(loader.isRescanStateEmpty)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user