Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit b222385

Browse files
✨ align api setup timeout with ui setup (#34)
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
1 parent 401043a commit b222385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/api/dependencies/global.setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ setup.describe("Ingest initial data", () => {
1414
);
1515

1616
setup("Upload files", async ({ axios }) => {
17+
setup.setTimeout(120_000);
1718
await uploadSboms(axios, SBOM_FILES);
1819
await uploadAdvisories(axios, ADVISORY_FILES);
1920
});

0 commit comments

Comments
 (0)