Skip to content

Commit

Permalink
fix: 🐛 test not passing
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Pastecki <marcin.pastecki@inndei.com>
  • Loading branch information
sansan authored and mpastecki committed Apr 29, 2024
1 parent e26412a commit 755db63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@commitlint/config-conventional": "13.1.0",
"@polkadot/typegen": "^10.9.1",
"@polkadot/types-support": "^10.9.1",
"@polymeshassociation/polymesh-local": "^5.12.1",
"@polymeshassociation/polymesh-local": "^5.12.2",
"@polymeshassociation/polymesh-types": "^5.9.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default async (): Promise<void> => {
console.log('Test environment started, waiting for subquery to catch up');
await sleep(20000);

const latestBlock = 400;
const latestBlock = 398;

await retry(200, 2000, async () => {
const { errors, data } = await query({
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4340,10 +4340,10 @@
tslib "^2.5.3"
ws "^8.13.0"

"@polymeshassociation/polymesh-local@^5.12.1":
version "5.12.1"
resolved "https://registry.yarnpkg.com/@polymeshassociation/polymesh-local/-/polymesh-local-5.12.1.tgz#519f8cfa136f172820edc7084df2f0133c9e1aa3"
integrity sha512-bpHNLZwALMeAobZR3dWir3sAOFsJZDC5+zd75hajL2A2ibWZ3Miiaqg/PGIc4eofRhdrhRVXtuUgH+FNuadkDQ==
"@polymeshassociation/polymesh-local@^5.12.2":
version "5.12.2"
resolved "https://registry.yarnpkg.com/@polymeshassociation/polymesh-local/-/polymesh-local-5.12.2.tgz#fe3fe15fd9697a21dbf2f6d068f283bcceda5c7f"
integrity sha512-Dcvd9FA52jSF6juTV43rUGJXfkIr19+UAy8F66E1UGEFIEU9aiUVxsoFsq0C39uThQMpBChefmLbofrclQzCQQ==
dependencies:
"@oclif/command" "^1"
"@oclif/config" "^1"
Expand Down

0 comments on commit 755db63

Please sign in to comment.