Skip to content

Commit 7cb881b

Browse files
committed
update comments for proper timing in default tests
1 parent ed2cc2f commit 7cb881b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-app/extensions/cart-validation-js/tests/default.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe("Default Integration Test", () => {
2626

2727
schema = await loadSchema(schemaPath);
2828
inputQueryAST = await loadInputQuery(inputQueryPath);
29-
}, 20000); // 10 second timeout for building the function
29+
}, 20000); // 20 second timeout for building the function
3030

3131
const fixturesDir = path.join(__dirname, "fixtures");
3232
const fixtureFiles = fs

test-app/extensions/discount-function/tests/default.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe("Default Integration Test", () => {
2626

2727
schema = await loadSchema(schemaPath);
2828
inputQueryAST = await loadInputQuery(inputQueryPath);
29-
}, 20000); // 10 second timeout for building the function
29+
}, 20000); // 20 second timeout for building the function
3030

3131
const fixturesDir = path.join(__dirname, "fixtures");
3232
const fixtureFiles = fs

0 commit comments

Comments
 (0)