| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-05-26 21:37:15 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-05-26 21:37:15 UTC |
| parent | 8126846be64e080b3d0535f22e85ed9775cbbbd1 |
| test/TestCapsRepo.hx | +1 | -1 |
diff --git a/test/TestCapsRepo.hx b/test/TestCapsRepo.hx index 2d1472f..a8238eb 100644 --- a/test/TestCapsRepo.hx +++ b/test/TestCapsRepo.hx @@ -108,7 +108,7 @@ class TestCapsRepo extends utest.Test { final retrieved2 = repo.get(presence); Assert.equals(caps.node, retrieved2.node); async.done(); - }, 1); + }, 10); } public function testGetSyncMissingReturnsEmpty() {