summaryrefslogtreecommitdiff
path: root/tests/integration.test.ts
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-03-04 12:27:45 +0100
committerGitHub <noreply@github.com>2025-03-04 12:27:45 +0100
commitfdb16635cbfe1d45a3d5869c0a55ec871d912ea0 (patch)
treeec6703c28b4f09c6d10f56339db78a3cdb2c8b82 /tests/integration.test.ts
parent991a0d0c97bce6ae8671dc763dd03876dfa9ea8a (diff)
chore(deps): update zano digest to fe85ce2 (#116)
* chore(deps): update zano digest to fe85ce2 * rebase needed patches * fix integration tests, generate checksum --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Czarek Nakamoto <cyjan@mrcyjanek.net>
Diffstat (limited to 'tests/integration.test.ts')
-rw-r--r--tests/integration.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration.test.ts b/tests/integration.test.ts
index eb478f7..3aebe38 100644
--- a/tests/integration.test.ts
+++ b/tests/integration.test.ts
@@ -21,7 +21,7 @@ async function syncBlockchain(wallet: Wallet): Promise<bigint> {
clearTimeout(timeout);
resolve(blockChainHeight);
} else {
- setTimeout(poll, 500);
+ timeout = setTimeout(poll, 500);
}
};