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:
Chris Stewart 2023-03-21 12:29:42 -05:00 committed by GitHub
parent 51a354245b
commit e3e1c7f949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ class DLCWalletBitcoindBackendLoaderTest extends WalletLoaderFixtures {
{ () =>
loadWallet2.isRescanning().map(isRescanning => isRescanning == false)
},
500.millis)
1.second)
} yield {
assert(loader.isRescanStateEmpty)
}