Skip to content

Commit de6a6bc

Browse files
committed
test(ci): allow loaded shields setup
Signed-off-by: Prekshi Vyas <prekshiv@nvidia.com>
1 parent 6b39473 commit de6a6bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/shields/openclaw-transition.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ describe("OpenClaw shields top-config transaction", () => {
196196
);
197197

198198
shields = requireSource(INDEX_MODULE);
199-
});
199+
}, 30_000);
200200

201201
afterEach(() => {
202202
for (const spy of spies) spy.mockRestore();

0 commit comments

Comments
 (0)