Skip to content

Commit 77e26d7

Browse files
committed
test(tower): allow submodule cleanup under suite load
1 parent 17df136 commit 77e26d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/agent-core-v2/test/features/tower/store.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,5 +953,5 @@ describe('teardown', () => {
953953
} finally {
954954
await rm(subRepo, { recursive: true, force: true });
955955
}
956-
});
956+
}, 15_000);
957957
});

0 commit comments

Comments
 (0)