should fix the timeouts (#7332)

This commit is contained in:
Arya 2023-08-15 18:16:09 -04:00 committed by GitHub
parent 80726e248b
commit eec467a173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1832,7 +1832,7 @@ fn lightwalletd_integration_test(test_type: TestType) -> Result<()> {
if test_type.needs_lightwalletd_cached_state() {
lightwalletd
.expect_stdout_line_matches("Done reading [0-9]{7} blocks from disk cache")?;
.expect_stdout_line_matches("Done reading [0-9]{1,7} blocks from disk cache")?;
} else if !test_type.allow_lightwalletd_cached_state() {
// Timeout the test if we're somehow accidentally using a cached state in our temp dir
lightwalletd.expect_stdout_line_matches("Done reading 0 blocks from disk cache")?;