nameservice-expiry tests failing #25
0xmuralik
commented 2023-01-24 05:23:10 +00:00
(Migrated from github.com)
```
yarn test:nameservice-expiry
yarn run v1.22.19
$ TEST_NAMESERVICE_EXPIRY=1 jest --runInBand --verbose src/nameservice-expiry.test.ts
FAIL src/nameservice-expiry.test.ts (141.912 s)
Nameservice Expiry
✕ Set record and check bond balance (5057 ms)
✓ Reserve authority and set bond (9986 ms)
✓ Wait for expiry duration (60003 ms)
✕ Check record expiry time (12 ms)
✕ Check authority expiry time (14 ms)
✕ Check bond balance (5 ms)
✓ Wait for expiry duration (60001 ms)
✕ Check record deleted without bond balance (9 ms)
✕ Check authority expired without bond balance (19 ms)
Test Suites: 1 failed, 1 total
Tests: 6 failed, 3 passed, 9 total
Snapshots: 0 total
Time: 142.01 s
```
Reference in New Issue
Block a user