fix(client): wait for the connection task to shut down cleanly before disconnecting and increase test timeout

This commit is contained in:
2026-03-30 00:03:46 +00:00
parent c97beed6e0
commit dbcfdb1fb6
4 changed files with 19 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
"scripts": {
"build": "(tsbuild tsfolders) && (tsrust)",
"test:before": "(tsrust)",
"test": "tstest test/ --verbose --logfile --timeout 60",
"test": "tstest test/ --verbose --logfile --timeout 90",
"buildDocs": "tsdoc"
},
"repository": {